Skip to content

Commit 1b594e9

Browse files
fix bug for showing domain after creation due to apollo cache
1 parent ea6c087 commit 1b594e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

datahub-web-react/src/app/domain/DomainsList.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ export const DomainsList = () => {
196196
},
197197
ownership: null,
198198
entities: null,
199+
displayProperties: null,
199200
},
200201
pageSize,
201202
);

datahub-web-react/src/app/domain/utils.ts

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export const updateListDomainsCache = (
7272
children: null,
7373
dataProducts: null,
7474
parentDomains: null,
75+
displayProperties: null,
7576
},
7677
1000,
7778
parentDomain,

0 commit comments

Comments
 (0)