Skip to content

Commit 796d299

Browse files
Ruben van LeeuwenDutchBen
authored andcommitted
2061: Adds changeset
1 parent 9a257cd commit 796d299

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/easy-planets-post.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': patch
3+
---
4+
5+
Fixes for pydanticforms integration

packages/orchestrator-ui-components/src/components/WfoPydanticForm/fields/WfoText.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const WfoText: PydanticFormControlledElement = ({
1111
onChange,
1212
value,
1313
disabled,
14-
pydanticFormField
14+
pydanticFormField,
1515
}) => {
1616
const { formFieldBaseStyle } = useWithOrchestratorTheme(
1717
getFormFieldsBaseStyle,

0 commit comments

Comments
 (0)