1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00
This commit is contained in:
Harvey Kandola 2017-03-08 14:47:16 +00:00
parent 8833cd57c3
commit 5c8db2a873
4 changed files with 13 additions and 5 deletions

View file

@ -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');
}
},