Hide edit category tabs with display: none;
This commit is contained in:
parent
7b3ef4d13f
commit
bd51cd52cd
|
@ -8,7 +8,7 @@ export function buildCategoryPanel(tab, extras) {
|
|||
activeTab: Ember.computed.equal("selectedTab", tab),
|
||||
classNameBindings: [
|
||||
":modal-tab",
|
||||
"activeTab::invisible",
|
||||
"activeTab::hide",
|
||||
`:edit-category-tab-${tab}`
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue