fix: make inputs look and behave disabled when flow is in published state

This commit is contained in:
kasia.oczkowska
2024-04-12 14:58:24 +01:00
parent 7391a9eddc
commit 12f72401b1
3 changed files with 44 additions and 19 deletions

View File

@@ -178,6 +178,7 @@ export default function InputCreator(props) {
helperText={description}
clickToCopy={schema.clickToCopy}
shouldUnregister={shouldUnregister}
disabled={disabled}
/>
{isDynamicFieldsLoading && !additionalFields?.length && (