Commit b6604ad2 authored by yann300's avatar yann300

do not show 'cancel' for alert

parent 814c12ff
......@@ -155,10 +155,7 @@ export const Workspace = (props: WorkspaceProps) => {
modal(title, body, {
label: 'OK',
fn: () => {}
}, {
label: null,
fn: null
})
}, null)
}
const workspaceRenameInput = useRef()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment