1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

Lint space toolbar

This commit is contained in:
Harvey Kandola 2019-01-21 09:06:01 +00:00
parent c6632fec1d
commit 013d09dda4

View file

@ -80,7 +80,7 @@ export default Component.extend(ModalMixin, AuthMixin, Notifier, {
let cats = this.get('categories');
cats.forEach((cat) => {
cat.set('exportSelected', false);
})
});
},
didInsertElement() {