From f0929a88d4747ff749f6d0ccf1aed8fe2cc4d0db Mon Sep 17 00:00:00 2001 From: Chanhyung Lee Date: Fri, 31 May 2024 14:48:58 +0900 Subject: [PATCH] Fix: picker to variable #24 --- .../features/variables/pickers/OptionsPicker/OptionsPicker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/variables/pickers/OptionsPicker/OptionsPicker.tsx b/public/app/features/variables/pickers/OptionsPicker/OptionsPicker.tsx index 20d51318..e8f49087 100644 --- a/public/app/features/variables/pickers/OptionsPicker/OptionsPicker.tsx +++ b/public/app/features/variables/pickers/OptionsPicker/OptionsPicker.tsx @@ -118,7 +118,7 @@ export const optionPickerFactory =
- {picker.multi ? ( + {variable.multi ? (