Skip to content

Commit

Permalink
fix(ui): Fixing batch set domains bug (#5580)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 authored Aug 5, 2022
1 parent 6749171 commit 69aba0b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const SetDomainModal = ({ urns, onCloseModal, refetch }: Props) => {
variables: {
input: {
resources: [...urns.map((urn) => ({ resourceUrn: urn }))],
domainUrn: selectedDomain.urn,
},
},
})
Expand Down

0 comments on commit 69aba0b

Please sign in to comment.