From a90dac5f8bb3c170d0d246ff115b7d034ed4828c Mon Sep 17 00:00:00 2001 From: Kavin Venkatachalam Date: Fri, 12 Jul 2024 13:30:39 +0530 Subject: [PATCH] fixed broken documentation link on the widget inspector --- frontend/src/Editor/Inspector/Inspector.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/Editor/Inspector/Inspector.jsx b/frontend/src/Editor/Inspector/Inspector.jsx index 98ffe9c5d2..f1f76fcf9c 100644 --- a/frontend/src/Editor/Inspector/Inspector.jsx +++ b/frontend/src/Editor/Inspector/Inspector.jsx @@ -430,6 +430,8 @@ export const Inspector = ({ // eslint-disable-next-line react-hooks/exhaustive-deps }, [JSON.stringify({ showHeaderActionsMenu })]); + console.log('componentMeta', componentMeta); + return (