Skip to content

Commit

Permalink
Set all layer groups to inactive on component init
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarchena committed Mar 26, 2024
1 parent 9ae93ee commit 2eab29a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/labs-ui/layer-group-toggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export default Component.extend({
this.get('didInit')(this);

this.set('icon', []);

this.set('active', false);
},

metrics: service('metrics'),
Expand Down

0 comments on commit 2eab29a

Please sign in to comment.