Loading editor/src/view/index.tsx +2 −0 Original line number Diff line number Diff line Loading @@ -157,6 +157,8 @@ const EditorView: FC<PropsWithChildren> = ({ children }) => { notify('Successfully uploaded', JSON.stringify({}), { intent: 'success', }) // ROUTER DOES NOT KNOW THE ROUTE FOR EX. PANEL window.location.href = '/exercise-panel' } } catch (error) { notify((error as Error).message, JSON.stringify(error), { Loading Loading
editor/src/view/index.tsx +2 −0 Original line number Diff line number Diff line Loading @@ -157,6 +157,8 @@ const EditorView: FC<PropsWithChildren> = ({ children }) => { notify('Successfully uploaded', JSON.stringify({}), { intent: 'success', }) // ROUTER DOES NOT KNOW THE ROUTE FOR EX. PANEL window.location.href = '/exercise-panel' } } catch (error) { notify((error as Error).message, JSON.stringify(error), { Loading