fix: make inputs look and behave disabled when flow is in published state
This commit is contained in:
@@ -178,6 +178,7 @@ export default function InputCreator(props) {
|
||||
helperText={description}
|
||||
clickToCopy={schema.clickToCopy}
|
||||
shouldUnregister={shouldUnregister}
|
||||
disabled={disabled}
|
||||
/>
|
||||
|
||||
{isDynamicFieldsLoading && !additionalFields?.length && (
|
||||
|
Reference in New Issue
Block a user