Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 527c873

Browse files
authored
docs: fix link to documentation for uuid widget (#826)
1 parent 5c7d5a2 commit 527c873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/content/docs/widgets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To see working examples of all of the built-in widgets, try making a 'Kitchen Si
3030
| [Select](/docs/widget-select) | The select widget allows you to pick a string value from a dropdown menu |
3131
| [String](/docs/widget-string) | The string widget translates a basic text input to a string value |
3232
| [Text](/docs/widget-text) | The text widget takes a multiline text field and saves it as a string |
33-
| [Text](/docs/widget-text) | The uuid widget generates a unique id (uuid) and saves it as a string |
33+
| [UUID](/docs/widget-uuid) | The uuid widget generates a unique id (uuid) and saves it as a string |
3434

3535
## Common widget options
3636

0 commit comments

Comments
 (0)