From 7391652e1741cd003f6b0b056e3270f85f0b2040 Mon Sep 17 00:00:00 2001 From: Michal Gold Date: Tue, 19 Aug 2025 15:56:37 +0300 Subject: [PATCH] Wizard: Replace deprecated innerRef with ref in RegionsSelect MenuToggle Replace `innerRef` prop with standard React `ref` prop in MenuToggle component --- src/Components/ShareImageModal/RegionsSelect.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/ShareImageModal/RegionsSelect.tsx b/src/Components/ShareImageModal/RegionsSelect.tsx index 13ca0dcc..abd20390 100644 --- a/src/Components/ShareImageModal/RegionsSelect.tsx +++ b/src/Components/ShareImageModal/RegionsSelect.tsx @@ -156,7 +156,7 @@ const RegionsSelect = ({ composeId, handleClose }: RegionsSelectPropTypes) => {