Skip to content
Snippets Groups Projects
Commit 1f63431e authored by rinpatch's avatar rinpatch :speech_balloon:
Browse files

Fix extra buttons always being hidden

In !876, the computed property `enabled` was removed, however a `v-if`
using it was left.
parent a45f258a
No related branches found
No related tags found
1 merge request!907Fix extra buttons always being hidden
Pipeline #15692 passed
<template>
<v-popover
v-if="enabled"
trigger="click"
placement="top"
class="extra-button-popover"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment