diff --git a/web-frontend/modules/database/mixins/filterTypeInput.js b/web-frontend/modules/database/mixins/filterTypeInput.js index 3495d5c0d..919921f8c 100644 --- a/web-frontend/modules/database/mixins/filterTypeInput.js +++ b/web-frontend/modules/database/mixins/filterTypeInput.js @@ -43,8 +43,10 @@ export default { clearTimeout(delayTimeout) }, }, - mounted() { + created() { this.copy = this.prepareCopy(this.filter.value) + }, + mounted() { if (this.copy) { this.v$.$touch() }