mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-09 06:55:07 +00:00
fix(example/playground): input value (#103)
This commit is contained in:
committed by
GitHub
parent
0089c9ec46
commit
1612538ea6
@@ -30,7 +30,7 @@ export function PresetSave() {
|
||||
<div className="grid gap-4 py-4">
|
||||
<div className="grid gap-2">
|
||||
<Label htmlFor="name">Name</Label>
|
||||
<Input id="name" value="" autoFocus />
|
||||
<Input id="name" autoFocus />
|
||||
</div>
|
||||
<div className="grid gap-2">
|
||||
<Label htmlFor="description">Description</Label>
|
||||
|
||||
Reference in New Issue
Block a user