mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-11 03:26:58 +02:00
Ability to sync environments to folder (#207)
This commit is contained in:
@@ -31,7 +31,7 @@ export function CreateWorkspaceDialog({ hide }: Props) {
|
||||
as="form"
|
||||
space={3}
|
||||
alignItems="start"
|
||||
className="pb-3 max-h-[50vh]"
|
||||
className="pb-3"
|
||||
onSubmit={async (e) => {
|
||||
e.preventDefault();
|
||||
const workspaceId = await createGlobalModel({ model: 'workspace', name });
|
||||
|
||||
Reference in New Issue
Block a user