Skip to content

Commit ed3d595

Browse files
committed
build and test fix
1 parent 962da2e commit ed3d595

File tree

2 files changed

+2
-1
lines changed
  • libs
    • visual-programming-system/src/forms/form-fields
    • web-flow-executor/src/nodes

2 files changed

+2
-1
lines changed

libs/visual-programming-system/src/forms/form-fields/button.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export class ButtonFieldChildComponent extends FormFieldComponent<ButtonFieldPro
9696
}
9797
return false;
9898
}
99+
return true;
99100
};
100101
override render() {
101102
super.render();

libs/web-flow-executor/src/nodes/fetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ export const getFetch: NodeTaskFactory<NodeInfo> = (
356356
{
357357
class: `w-full flex justify-center `,
358358
},
359-
jsxComponentWrapper.domElement
359+
jsxComponentWrapper?.domElement
360360
);
361361
loader = createElement(
362362
'div',

0 commit comments

Comments
 (0)