Skip to content

Commit

Permalink
fix bug for showing domain after creation due to apollo cache
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscollins3456 committed Mar 5, 2025
1 parent ea6c087 commit 1b594e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions datahub-web-react/src/app/domain/DomainsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export const DomainsList = () => {
},
ownership: null,
entities: null,
displayProperties: null,
},
pageSize,
);
Expand Down
1 change: 1 addition & 0 deletions datahub-web-react/src/app/domain/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const updateListDomainsCache = (
children: null,
dataProducts: null,
parentDomains: null,
displayProperties: null,
},
1000,
parentDomain,
Expand Down

0 comments on commit 1b594e9

Please sign in to comment.