mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
fixes
This commit is contained in:
parent
8833cd57c3
commit
5c8db2a873
4 changed files with 13 additions and 5 deletions
|
@ -35,7 +35,7 @@ export default Ember.Component.extend(TooltipMixin, NotifierMixin, {
|
|||
init() {
|
||||
this._super(...arguments);
|
||||
|
||||
if (is.empty(this.get('tab'))) {
|
||||
if (is.empty(this.get('tab')) || is.undefined(this.get('tab'))) {
|
||||
this.set('tab', 'index');
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue