From 113cb4651ece0440e5580bd1a7ef1997ea0ac787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Fern=C3=A1ndez=20Haro?= Date: Mon, 3 Apr 2023 12:53:12 +0200 Subject: [PATCH] fix(attribute-picker): picking "select attribute" crashes (#1704) --- src/components/attribute-picker/index.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/attribute-picker/index.tsx b/src/components/attribute-picker/index.tsx index 3f070971a..b2c3a579d 100644 --- a/src/components/attribute-picker/index.tsx +++ b/src/components/attribute-picker/index.tsx @@ -26,11 +26,12 @@ export default function AttributePicker(props: AttributePickerProps & Omit