diff --git a/studio/src/pages/editor-page.tsx b/studio/src/pages/editor-page.tsx index a9d7a1e..bfb6068 100644 --- a/studio/src/pages/editor-page.tsx +++ b/studio/src/pages/editor-page.tsx @@ -319,7 +319,7 @@ export const EditorPage: React.FunctionComponent = () => { - { window.event?.stopImmediatePropagation(); fileInput?.current?.click(); }}>{t("dslFileupload")}  {dslImportLoader && } + { window.event?.stopImmediatePropagation(); fileInput?.current?.click(); }}>{t("dslFileUpload")}  {dslImportLoader && }