@ -155,10 +155,7 @@ export const Workspace = (props: WorkspaceProps) => {
modal(title, body, {
label: 'OK',
fn: () => {}
}, {
}, null)
label: null,
fn: null
})
}
const workspaceRenameInput = useRef()