Skip to content

Commit 8776732

Browse files
committed
fixup! feat(ui): add single select component to form extension
Signed-off-by: Petr Bulánek <bulanek.petr@gmail.com>
1 parent 2e74197 commit 8776732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build-agents/forms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ SingleSelectField(
254254
OptionItem(id="sms", label="SMS"),
255255
OptionItem(id="none", label="Do not contact")
256256
],
257-
default_value=["email"]
257+
default_value="email"
258258
)
259259
```
260260

0 commit comments

Comments
 (0)