mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-19 15:21:23 +02:00
Extract base environment (#149)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user