Skip to content
Snippets Groups Projects
Commit 2f17800c authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'type-error-corpus' into 'master'

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

Closes #742

See merge request !1024
parents d2fa13d5 aa85a8ca
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