Skip to content

Commit

Permalink
chore: add advanced group to palette
Browse files Browse the repository at this point in the history
Related to #1102
  • Loading branch information
Skaiir committed Mar 25, 2024
1 parent e8708c5 commit 0936e49
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export const PALETTE_GROUPS = [
label: 'Containers',
id: 'container'
},
{
label: 'Advanced',
id: 'advanced'
},
{
label: 'Action',
id: 'action'
Expand Down

0 comments on commit 0936e49

Please sign in to comment.