mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
fix(no-restricted-imports): Fix overrides and include no-fa-icons-usage (#32571)
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
// TODO: Remove fa-icon
|
||||
/* eslint-disable icons/no-fa-icons-usage */
|
||||
import { type FC, useCallback, useMemo, useRef, useState } from 'react';
|
||||
import { shallowEqual, useDispatch, useSelector } from 'react-redux';
|
||||
import { nanoid } from 'nanoid';
|
||||
@@ -58,6 +60,7 @@ type Props = {
|
||||
const extensionsRegistry = getExtensionsRegistry();
|
||||
|
||||
const COLUMN_KEYS = ['column_name', 'column_type', 'keys', 'comment'];
|
||||
// TODO: Remove fa-icon
|
||||
const MENUS = [
|
||||
{
|
||||
key: 'refresh-table',
|
||||
|
||||
Reference in New Issue
Block a user