File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
openmetadata-ui/src/main/resources/ui/src Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import { ReactComponent as EmailIcon } from '../assets/svg/email-colored.svg';
3232import { ReactComponent as FileIcon } from '../assets/svg/file-colored-new.svg' ;
3333import { ReactComponent as GlossaryIcon } from '../assets/svg/glossary-term-colored-new.svg' ;
3434import { ReactComponent as HealthIcon } from '../assets/svg/health-check.svg' ;
35- import { ReactComponent as IconImport } from '../assets/svg/ic-import.svg' ;
3635import { ReactComponent as LearningIcon } from '../assets/svg/learning-colored.svg' ;
3736import { ReactComponent as LineageIcon } from '../assets/svg/lineage-colored.svg' ;
3837import { ReactComponent as LoginIcon } from '../assets/svg/login-colored.svg' ;
@@ -662,13 +661,6 @@ class GlobalSettingsClassBase {
662661 key : `${ GlobalSettingsMenuCategory . PREFERENCES } .${ GlobalSettingOptions . LEARNING_RESOURCES } ` ,
663662 icon : LearningIcon ,
664663 } ,
665- {
666- label : t ( 'label.column-bulk-operations' ) ,
667- description : t ( 'message.column-bulk-operations-description' ) ,
668- isProtected : Boolean ( isAdminUser ) ,
669- key : `${ GlobalSettingsMenuCategory . PREFERENCES } .${ GlobalSettingOptions . COLUMN_BULK_OPERATIONS } ` ,
670- icon : IconImport ,
671- } ,
672664 ] ,
673665 } ,
674666 {
You can’t perform that action at this time.
0 commit comments