Compare commits

...

1 Commits

Author SHA1 Message Date
Austin Mroz
375a1c9746 Fix asset browser on subgraph ndoes 2025-10-23 13:57:24 -07:00

View File

@@ -371,7 +371,7 @@ const addComboWidget = (
'asset',
inputSpec.name,
displayLabel,
async () => {
async function () {
if (!isAssetWidget(widget)) {
throw new Error(`Expected asset widget but received ${widget.type}`)
}
@@ -406,7 +406,7 @@ const addComboWidget = (
}
const oldValue = widget.value
widget.value = validatedFilename.data
this.value = validatedFilename.data
node.onWidgetChanged?.(
widget.name,
validatedFilename.data,