mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 08:58:26 +00:00
fix(ui): Fixing batch set domains bug (#5580)
This commit is contained in:
parent
6749171568
commit
69aba0beb3
@ -106,6 +106,7 @@ export const SetDomainModal = ({ urns, onCloseModal, refetch }: Props) => {
|
||||
variables: {
|
||||
input: {
|
||||
resources: [...urns.map((urn) => ({ resourceUrn: urn }))],
|
||||
domainUrn: selectedDomain.urn,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user