Skip to content

Commit 7feae19

Browse files
committed
creating runpod template log
1 parent 6db646f commit 7feae19

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

web/scripts/widgets.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,9 @@ export const ComfyWidgets = {
361361
},
362362
COMBO(node, inputName, inputData) {
363363
const type = inputData[0];
364+
364365
let defaultValue = type[0];
366+
console.log('combotype',type, 'defaultValue', type[0])
365367
if (inputData[1] && inputData[1].default) {
366368
defaultValue = inputData[1].default;
367369
}

0 commit comments

Comments
 (0)