mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fixed broken documentation link on the widget inspector
This commit is contained in:
parent
d9000561fe
commit
a90dac5f8b
1 changed files with 2 additions and 0 deletions
|
|
@ -430,6 +430,8 @@ export const Inspector = ({
|
|||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [JSON.stringify({ showHeaderActionsMenu })]);
|
||||
|
||||
console.log('componentMeta', componentMeta);
|
||||
|
||||
return (
|
||||
<div className="inspector">
|
||||
<ConfirmDialog
|
||||
|
|
|
|||
Loading…
Reference in a new issue