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

Fix vue warning

parent d95f2f69
Branches
Tags
2 merge requests!81New stable release,!43Merge dev to master
......@@ -4,7 +4,7 @@
<v-toolbar-title>{{ identifier.title }}</v-toolbar-title>
<v-spacer />
<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-btn>
<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