Browse Source
Merge pull request #885 from lasp73/bugfix/mandatory-filter
Fix choosing filter twice results in 404 error, closes #754
pull/898/head
Hiroki Nakayama
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
frontend/components/containers/annotation/FilterButton.vue
|
@ -18,7 +18,7 @@ |
|
|
</v-tooltip> |
|
|
</v-tooltip> |
|
|
</template> |
|
|
</template> |
|
|
<v-list> |
|
|
<v-list> |
|
|
<v-list-item-group v-model="selected"> |
|
|
|
|
|
|
|
|
<v-list-item-group v-model="selected" mandatory> |
|
|
<v-list-item |
|
|
<v-list-item |
|
|
v-for="(item, i) in items" |
|
|
v-for="(item, i) in items" |
|
|
:key="i" |
|
|
:key="i" |
|
|