fix(ui): Fixing batch set domains bug (#5580)

This commit is contained in:
John Joyce 2022-08-05 15:45:16 -07:00 committed by GitHub
parent 6749171568
commit 69aba0beb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,7 @@ export const SetDomainModal = ({ urns, onCloseModal, refetch }: Props) => {
variables: {
input: {
resources: [...urns.map((urn) => ({ resourceUrn: urn }))],
domainUrn: selectedDomain.urn,
},
},
})