Fix extra buttons always being hidden

In !876, the computed property `enabled` was removed, however a `v-if`
using it was left.
This commit is contained in:
rinpatch 2019-08-08 20:57:39 +03:00
parent a45f258a2c
commit 1f63431e1c
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
<template>
<v-popover
v-if="enabled"
trigger="click"
placement="top"
class="extra-button-popover"