Skip to content

Commit acccd8f

Browse files
committed
Update packages/orchestrator-ui-components/src/components/WfoPydanticForm/fields/WfoText.tsx
1 parent af51a30 commit acccd8f

File tree

1 file changed

+1
-0
lines changed
  • packages/orchestrator-ui-components/src/components/WfoPydanticForm/fields

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const WfoText: PydanticFormControlledElement = ({
1111
onChange,
1212
value,
1313
disabled,
14+
pydanticFormField
1415
}) => {
1516
const { formFieldBaseStyle } = useWithOrchestratorTheme(
1617
getFormFieldsBaseStyle,

0 commit comments

Comments
 (0)