mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 15:03:11 +02:00
Work required to support the JWT plugin
This commit is contained in:
@@ -41,7 +41,7 @@ export function CreateWorkspaceDialog({ hide }: Props) {
|
||||
hide();
|
||||
}}
|
||||
>
|
||||
<PlainInput require label="Name" defaultValue={name} onChange={setName} />
|
||||
<PlainInput required label="Name" defaultValue={name} onChange={setName} />
|
||||
|
||||
<SyncToFilesystemSetting
|
||||
onChange={setSettingSyncDir}
|
||||
|
||||
Reference in New Issue
Block a user