mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
Lint space toolbar
This commit is contained in:
parent
c6632fec1d
commit
013d09dda4
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export default Component.extend(ModalMixin, AuthMixin, Notifier, {
|
||||||
let cats = this.get('categories');
|
let cats = this.get('categories');
|
||||||
cats.forEach((cat) => {
|
cats.forEach((cat) => {
|
||||||
cat.set('exportSelected', false);
|
cat.set('exportSelected', false);
|
||||||
})
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
didInsertElement() {
|
didInsertElement() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue