mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-24 18:31:16 +01:00
Work required to support the JWT plugin
This commit is contained in:
@@ -41,6 +41,7 @@ export function WorkspaceSettingsDialog({ workspaceId, hide }: Props) {
|
||||
return (
|
||||
<VStack space={3} alignItems="start" className="pb-3 h-full">
|
||||
<Input
|
||||
required
|
||||
label="Name"
|
||||
defaultValue={workspace.name}
|
||||
onChange={(name) => upsertWorkspace.mutate({ ...workspace, name })}
|
||||
|
||||
Reference in New Issue
Block a user