mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 17:09:45 +08:00
Fix updated_on filter on experiments [SCI-10532]
This commit is contained in:
parent
5fd195a855
commit
84c20fddbb
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ export default {
|
||||||
label: this.i18n.t('filters_modal.created_on.label')
|
label: this.i18n.t('filters_modal.created_on.label')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'created_at',
|
key: 'updated_on',
|
||||||
type: 'DateRange',
|
type: 'DateRange',
|
||||||
label: this.i18n.t('filters_modal.updated_on.label')
|
label: this.i18n.t('filters_modal.updated_on.label')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue