Tweak workspace settings dialog and Markdown editor

This commit is contained in:
Gregory Schier
2025-01-08 08:54:40 -08:00
parent eeb66ca28a
commit 95266a9177
11 changed files with 233 additions and 189 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export function useCreateWorkspace() {
showDialog({
id: 'create-workspace',
title: 'Create Workspace',
size: 'md',
size: 'sm',
render: ({ hide }) => <CreateWorkspaceDialog hide={hide} />,
});
}, []);