Highlight selected sort in results sort dropdown [SCI-9428]

This commit is contained in:
Martin Artnik 2023-10-03 16:19:27 +02:00
parent 1acf67db5a
commit 14a693b697

View file

@ -112,7 +112,8 @@
return { return {
text: this.i18n.t(`my_modules.results.sorts.${sort}`), text: this.i18n.t(`my_modules.results.sorts.${sort}`),
emit: 'sort', emit: 'sort',
params: sort params: sort,
active: sort == this.sort
} }
}) })
} }