Skip to content

Commit

Permalink
Update packages/ui/core-components/src/lib/atoms/inputs/dropdown/Drop…
Browse files Browse the repository at this point in the history
…down.svelte

Co-authored-by: Zach Stence <[email protected]>
  • Loading branch information
kwongz and zachstence authored Jan 29, 2025
1 parent 254d309 commit d9a37eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
if (data) {
errors.push('Missing required prop: "value".');
} else if (!$$slots.default) {
errors.push('Missing required prop: "value" & "data" or <DropdownOption />.');
errors.push('Dropdown requires either "value" and "data" props or <DropdownOption />.');
}
}
Expand Down

0 comments on commit d9a37eb

Please sign in to comment.