From 06dfabc5c5fc581ce54a42cc56c40b32f0f9957c Mon Sep 17 00:00:00 2001 From: Adela Almasan Date: Fri, 13 Oct 2023 13:55:43 -0500 Subject: [PATCH 1/3] beta state --- public/app/features/canvas/elements/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/canvas/elements/button.tsx b/public/app/features/canvas/elements/button.tsx index 15224bda7b71..7329b37e759a 100644 --- a/public/app/features/canvas/elements/button.tsx +++ b/public/app/features/canvas/elements/button.tsx @@ -94,7 +94,7 @@ export const buttonItem: CanvasElementItem = { id: 'button', name: 'Button', description: 'Button', - state: PluginState.alpha, + state: PluginState.beta, standardEditorConfig: { background: false, From 29c8f997243420bed310b1d21a7cccd5fb96eca8 Mon Sep 17 00:00:00 2001 From: Adela Almasan Date: Fri, 13 Oct 2023 14:15:18 -0500 Subject: [PATCH 2/3] don't disable the button --- public/app/features/canvas/elements/button.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/public/app/features/canvas/elements/button.tsx b/public/app/features/canvas/elements/button.tsx index 7329b37e759a..18cf97713a45 100644 --- a/public/app/features/canvas/elements/button.tsx +++ b/public/app/features/canvas/elements/button.tsx @@ -56,13 +56,7 @@ const ButtonDisplay = ({ data }: CanvasElementProps) = }; return ( -