File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
packages/gephi-lite/src/views/graphPage/modals Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Editor, { Monaco } from "@monaco-editor/react";
22import { useCallback , useState } from "react" ;
33import { useTranslation } from "react-i18next" ;
44
5- import { CodeEditorIcon , RunIcon , SaveIcon } from "../../../components/common-icons" ;
5+ import { CodeEditorIcon } from "../../../components/common-icons" ;
66import { Modal } from "../../../components/modals" ;
77import { usePreferences } from "../../../core/context/dataContexts" ;
88import { ModalProps } from "../../../core/modals/types" ;
@@ -107,13 +107,11 @@ export function FunctionEditorModal<T>(props: ModalProps<FunctionEditorModalProp
107107 className = "btn btn-primary"
108108 onClick = { ( ) => save ( false , code ) }
109109 >
110- < SaveIcon className = "me-1" />
111110 { t ( "common.save" ) }
112111 </ button >
113112
114113 { withSaveAndRun && (
115114 < button type = "submit" title = { t ( "common.save-and-run" ) . toString ( ) } className = "btn btn-primary" >
116- < RunIcon className = "me-1" />
117115 { t ( "common.save-and-run" ) }
118116 </ button >
119117 ) }
You can’t perform that action at this time.
0 commit comments