From 888683a8ad2f0f05d66d5a5d085c230dbba26e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 24 May 2021 16:21:54 +0200 Subject: [PATCH] RowOptions: Fix enter key updating row options (#34586) --- .../features/dashboard/components/RowOptions/RowOptionsForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/components/RowOptions/RowOptionsForm.tsx b/public/app/features/dashboard/components/RowOptions/RowOptionsForm.tsx index b135977ad94..6ff45492ed5 100644 --- a/public/app/features/dashboard/components/RowOptions/RowOptionsForm.tsx +++ b/public/app/features/dashboard/components/RowOptions/RowOptionsForm.tsx @@ -34,7 +34,7 @@ export const RowOptionsForm: FC = ({ repeat, title, onUpdate, onCancel }) -