We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbe7ff commit 75f2f7cCopy full SHA for 75f2f7c
src/utils/nodeDefOrderingUtil.ts
@@ -71,7 +71,7 @@ export function sortWidgetValuesByInputOrder(
71
}
72
73
// Create a map of widget name to value
74
- const valueMap = new Map<string, any>()
+ const valueMap = new Map<string, TWidgetValue>()
75
currentWidgetOrder.forEach((name, index) => {
76
if (index < widgetValues.length) {
77
valueMap.set(name, widgetValues[index])
0 commit comments