mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
Fix Ember lint issues and print view
This commit is contained in:
parent
40237344e2
commit
715c31a1da
15 changed files with 53 additions and 37 deletions
|
@ -13,5 +13,5 @@ import Component from '@ember/component';
|
|||
|
||||
export default Component.extend({
|
||||
tagName: 'div',
|
||||
classNames: ['master-sidebar'],
|
||||
classNames: ['master-sidebar', 'non-printable'],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue