Extract base environment (#149)

This commit is contained in:
Gregory Schier
2024-12-21 05:44:55 -08:00
committed by GitHub
parent ecabe9b6ef
commit dd8ccfe21f
28 changed files with 425 additions and 387 deletions

View File

@@ -28,7 +28,7 @@ export function FolderSettingsDialog({ folderId }: Props) {
<MarkdownEditor
name="folder-description"
placeholder="A Markdown description of this folder."
placeholder="Folder description"
className="min-h-[10rem] border border-border px-2"
defaultValue={folder.description}
onChange={(description) => {