From 1f63431e1c87334c33775458d86e32613b8f75c4 Mon Sep 17 00:00:00 2001 From: rinpatch Date: Thu, 8 Aug 2019 20:57:39 +0300 Subject: [PATCH] Fix extra buttons always being hidden In !876, the computed property `enabled` was removed, however a `v-if` using it was left. --- src/components/extra_buttons/extra_buttons.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue index fc8000728e..564d34dfd0 100644 --- a/src/components/extra_buttons/extra_buttons.vue +++ b/src/components/extra_buttons/extra_buttons.vue @@ -1,6 +1,5 @@