Skip to content
Snippets Groups Projects
Commit aa85a8ca authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Prevent a TypeError when loading a navigation page with a type filter

parent d2fa13d5
No related branches found
No related tags found
1 merge request!1024Prevent a TypeError when loading a navigation page with a type filter
......@@ -6,6 +6,7 @@
placeholder="Filter elements…"
:filters="availableFilters"
:disabled="loading"
v-if="corpus.id"
v-model="selectedFilters"
v-on:submit="submitFilters"
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment