mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-31 06:23:08 +02:00
Tweak workspace settings dialog and Markdown editor
This commit is contained in:
@@ -7,7 +7,7 @@ export function useCreateWorkspace() {
|
||||
showDialog({
|
||||
id: 'create-workspace',
|
||||
title: 'Create Workspace',
|
||||
size: 'md',
|
||||
size: 'sm',
|
||||
render: ({ hide }) => <CreateWorkspaceDialog hide={hide} />,
|
||||
});
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user