Skip to content

Commit

Permalink
Fix a bug with switching statistics view - One is always required
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Mar 23, 2019
1 parent d0cfdbe commit 73da150
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/views/statistics/QueryEditor.vue
Expand Up @@ -2,6 +2,7 @@
<div class="query-editor">
<div>{{ query }}</div>
<div>{{ queryBody }}</div>
<div>{{ queryEdit }}</div>
<div>{{ queryURL }}</div>

<!--
Expand Down Expand Up @@ -35,7 +36,11 @@
</v-chip>

<div>
<v-btn-toggle v-model="queryEdit.resultType" @change="changeResultType">
<v-btn-toggle
mandatory
v-model="queryEdit.resultType"
@change="changeResultType"
>
<v-btn flat value="summary">
Summary
</v-btn>
Expand Down

0 comments on commit 73da150

Please sign in to comment.