Skip to content

Commit

Permalink
Update toolbar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nwanduka authored Jul 11, 2024
1 parent 99499f3 commit ab77a40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/toolbar/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,14 @@ function CaToolbar(options) {
title: 'Applications',
type: 'check',
value: 'apps',
ariaLabel: 'Applications',
},
{
icon: 'view_list',
title: 'Layers',
type: 'check',
value: 'layers',
ariaLabel: 'Layers',
},
],
};
Expand Down

0 comments on commit ab77a40

Please sign in to comment.