mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-16 18:14:30 +08:00
Highlight attachment order in dropdown [SCI-9467]
This commit is contained in:
parent
29147e8bc4
commit
a24c379e4a
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@
|
|||
text: this.i18n.t(`general.sort_new.${orderOption}`),
|
||||
emit: 'attachment:order',
|
||||
params: orderOption,
|
||||
dividerBefore: i === 2
|
||||
dividerBefore: i === 2,
|
||||
active: this.parent.attributes.assets_order === orderOption
|
||||
})
|
||||
})
|
||||
return menu;
|
||||
|
|
Loading…
Add table
Reference in a new issue