Skip to content

Commit f14af3c

Browse files
authored
refetching application data from API instead of accessing it from cache (#301)
1 parent 7010f83 commit f14af3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/app-orch/src/components/organisms/setup-deployments/OverrideProfileValues/OverrideProfileTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const OverrideProfileTable = ({
6363
applicationName: ar.name,
6464
version: ar.version,
6565
},
66+
{ forceRefetch: true }, // as its only get call forceRefetch is used, as opposed to invalidateTags which would refetch all the resources
6667
),
6768
);
6869
});

0 commit comments

Comments
 (0)