We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5f4d9 commit 0c53ab9Copy full SHA for 0c53ab9
src/extensions/core/widgetInputs.ts
@@ -379,7 +379,7 @@ export function getWidgetConfig(slot) {
379
function getConfig(widgetName) {
380
const { nodeData } = this.constructor
381
return (
382
- nodeData?.input?.required[widgetName] ??
+ nodeData?.input?.required?.[widgetName] ??
383
nodeData?.input?.optional?.[widgetName]
384
)
385
}
0 commit comments