wip
This commit is contained in:
parent
65484367bd
commit
a0e7f28438
1 changed files with 2 additions and 2 deletions
|
|
@ -62,11 +62,11 @@ export default {
|
|||
}
|
||||
},
|
||||
dropdown_links() {
|
||||
return this.links
|
||||
return this.links.length > 0 ? this.links
|
||||
.filter(link => !link.hidden)
|
||||
.concat([
|
||||
{ label: __('Customize'), action: () => this.$emit('customize'), class: 'border-top' }
|
||||
]);
|
||||
]) : [];
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue