feat(pipedrive): add create lead action

This commit is contained in:
Rıdvan Akca
2023-10-05 14:03:05 +03:00
parent 584b9323ec
commit 17916f29f6
7 changed files with 280 additions and 26 deletions

View File

@@ -72,6 +72,7 @@ export default function InputCreator(
disabled={disabled}
fields={schema.fields}
shouldUnregister={shouldUnregister}
stepId={stepId}
/>
);
}