diff --git a/src/components/Modals/CreateThirdPartyCollectionModal/CreateThirdPartyCollectionModal.tsx b/src/components/Modals/CreateThirdPartyCollectionModal/CreateThirdPartyCollectionModal.tsx index 72dfa1af8..6f4791d03 100644 --- a/src/components/Modals/CreateThirdPartyCollectionModal/CreateThirdPartyCollectionModal.tsx +++ b/src/components/Modals/CreateThirdPartyCollectionModal/CreateThirdPartyCollectionModal.tsx @@ -217,7 +217,7 @@ export const CreateThirdPartyCollectionModal: FC = (props: Props) => { collectionName }) } - }, [onSubmit, collectionId, collectionName, selectedThirdParty, ownerAddress, analytics]) + }, [onSubmit, collectionId, selectedContract, selectedNetwork, collectionName, selectedThirdParty, ownerAddress, analytics]) const isSubmittable = collectionName &&