Merge pull request #7383 from aignatov-bio/ai-sci-10532-fix-updated-on-filter-on-experiments

Fix updated_on filter on experiments [SCI-10532]
This commit is contained in:
ajugo 2024-03-27 12:48:32 +01:00 committed by GitHub
commit 182a2e8935
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,7 +199,7 @@ export default {
label: this.i18n.t('filters_modal.created_on.label')
},
{
key: 'created_at',
key: 'updated_on',
type: 'DateRange',
label: this.i18n.t('filters_modal.updated_on.label')
}