Skip to content

Commit

Permalink
fix: remove field from dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Aug 3, 2024
1 parent a2f85cf commit 2482b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const components: any[] = [
// ✓ Primitives
// ------------------------------------------------------------------------------------- //
{ name: 'primitive' },
{ name: 'dropdown', children: [{ name: 'field' }] },
{ name: 'dropdown' },
{ name: 'dialog' },
{ name: 'dynamic-overlay' },
{ name: 'field' },
Expand Down

0 comments on commit 2482b26

Please sign in to comment.