From d79a4eefa1d371bc9cf2d206bb0661ad238d8693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Thu, 22 Dec 2022 15:01:12 +0100 Subject: [PATCH] Fix automation dummy button throwing errors when editing it --- .../Shared/AutomationTabButtonEditor.vue | 27 ++++++++++--------- lib/js/src/compose/types/page-block/types.ts | 2 +- locale/en/corteza-webapp-compose/block.yaml | 15 ++++++----- 3 files changed, 24 insertions(+), 20 deletions(-) diff --git a/client/web/compose/src/components/PageBlocks/Shared/AutomationTabButtonEditor.vue b/client/web/compose/src/components/PageBlocks/Shared/AutomationTabButtonEditor.vue index 58725dcaf..291c51f62 100644 --- a/client/web/compose/src/components/PageBlocks/Shared/AutomationTabButtonEditor.vue +++ b/client/web/compose/src/components/PageBlocks/Shared/AutomationTabButtonEditor.vue @@ -1,10 +1,10 @@