mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 13:30:47 +08:00
Ensure we make a new separator
This commit is contained in:
parent
5d5bbb9832
commit
056bf669c8
|
@ -87,7 +87,7 @@ export default function(app) {
|
|||
}
|
||||
|
||||
if (this.canDelete()) {
|
||||
items.add('separator', Separator.component());
|
||||
items.add('separator2', Separator.component());
|
||||
|
||||
items.add('delete', ActionButton.component({ icon: 'times', label: 'Delete', onclick: this.deleteAction.bind(this) }));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user