Loading editor/src/view/index.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ const EditorView: FC<PropsWithChildren> = ({ children }) => { text={hide ? undefined : 'Download YAML'} /> <Button icon='upload' icon='panel' minimal fill alignText='left' Loading @@ -165,7 +165,7 @@ const EditorView: FC<PropsWithChildren> = ({ children }) => { console.error(error) } }} text={hide ? undefined : 'Upload definition'} text={hide ? undefined : 'Upload to Exercise Panel'} /> <CommitDefinition sidebar hide={hide} /> </> Loading Loading
editor/src/view/index.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ const EditorView: FC<PropsWithChildren> = ({ children }) => { text={hide ? undefined : 'Download YAML'} /> <Button icon='upload' icon='panel' minimal fill alignText='left' Loading @@ -165,7 +165,7 @@ const EditorView: FC<PropsWithChildren> = ({ children }) => { console.error(error) } }} text={hide ? undefined : 'Upload definition'} text={hide ? undefined : 'Upload to Exercise Panel'} /> <CommitDefinition sidebar hide={hide} /> </> Loading