Skip to content
Snippets Groups Projects
Commit f0223f07 authored by Kirill Stytsenko's avatar Kirill Stytsenko
Browse files

Fix vue warning

Former-commit-id: 5472f67e
parent cf7f6254
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<v-toolbar-title>{{ identifier.title }}</v-toolbar-title> <v-toolbar-title>{{ identifier.title }}</v-toolbar-title>
<v-spacer /> <v-spacer />
<v-toolbar-title> <v-toolbar-title>
<v-btn color="blue-grey white--text" class="mr-2" :disabled="!query.execution || identifier.id || !token" @click.stop="persistQueryDialog = true"> <v-btn color="blue-grey white--text" class="mr-2" :disabled="!query.execution || !!identifier.id || !token" @click.stop="persistQueryDialog = true">
<v-icon left>mdi-fingerprint</v-icon> Persist <v-icon left>mdi-fingerprint</v-icon> Persist
</v-btn> </v-btn>
<v-btn v-if="false" color="primary" :disabled="!token" @click.stop="reExecute"> <v-btn v-if="false" color="primary" :disabled="!token" @click.stop="reExecute">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment