Skip to content

Commit

Permalink
fix: Contract and network not being saved
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Sep 25, 2024
1 parent 43d515a commit 2cb4b94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const CreateThirdPartyCollectionModal: FC<Props> = (props: Props) => {
collectionName
})
}
}, [onSubmit, collectionId, collectionName, selectedThirdParty, ownerAddress, analytics])
}, [onSubmit, collectionId, selectedContract, selectedNetwork, collectionName, selectedThirdParty, ownerAddress, analytics])

const isSubmittable =
collectionName &&
Expand Down

0 comments on commit 2cb4b94

Please sign in to comment.