Some fixes around environments

This commit is contained in:
Gregory Schier
2024-12-21 11:04:49 -08:00
parent c1d5881167
commit 61d094d9fd
20 changed files with 95 additions and 46 deletions

View File

@@ -17,6 +17,7 @@ export function WorkspaceSettingsDialog({ workspaceId }: Props) {
return (
<VStack space={3} className="pb-3 max-h-[50vh]">
{workspace.id}
<PlainInput
label="Workspace Name"
defaultValue={workspace.name}