Skip to content

Commit

Permalink
Support batch adding domain final touch
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 committed Aug 3, 2022
1 parent 34a0fdb commit 5b8a5d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function EntityActions(props: Props) {
.then(({ errors }) => {
if (!errors) {
refetchForEntity?.();
setIsBatchAddGlossaryTermModalVisible(false);
setIsBatchSetDomainModalVisible(false);
message.success({
content: `Added assets to Domain!`,
duration: 2,
Expand Down

0 comments on commit 5b8a5d0

Please sign in to comment.