From 9d0f62824ed8ac1ec224ab4e905c39648872a4d4 Mon Sep 17 00:00:00 2001 From: Soufiane Date: Thu, 24 Aug 2023 09:19:35 +0200 Subject: [PATCH] Remove blinking button from actiontoolbar when loading [SCI-9067] (#6062) --- app/javascript/vue/components/action_toolbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/vue/components/action_toolbar.vue b/app/javascript/vue/components/action_toolbar.vue index 21dd8983e..6b57d05a2 100644 --- a/app/javascript/vue/components/action_toolbar.vue +++ b/app/javascript/vue/components/action_toolbar.vue @@ -5,7 +5,7 @@ :style="`width: ${width}px; bottom: ${bottomOffset}px; transform: translateX(${leftOffset}px)`">
- +
{{ i18n.t('action_toolbar.no_actions') }}