From b23f4641404728672bb1c45e360f6f6370e3b567 Mon Sep 17 00:00:00 2001 From: Meierschlumpf Date: Thu, 22 Dec 2022 16:48:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20issue=20with=20wrong=20typ?= =?UTF-8?q?e=20for=20wrapper=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dashboard/Wrappers/WrapperContent.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Dashboard/Wrappers/WrapperContent.tsx b/src/components/Dashboard/Wrappers/WrapperContent.tsx index 2a4dfa8dd..657a8eae9 100644 --- a/src/components/Dashboard/Wrappers/WrapperContent.tsx +++ b/src/components/Dashboard/Wrappers/WrapperContent.tsx @@ -14,7 +14,6 @@ interface WrapperContentProps { wrapper: RefObject; items: MutableRefObject>>; gridstack: MutableRefObject; - updateGridstackRef: MutableRefObject<(() => void) | undefined>; }; }