We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1eadd68 + 5243ea4 commit 53b5083Copy full SHA for 53b5083
src/components/content/home/isv/IsvServicesDashBoard.tsx
@@ -28,6 +28,9 @@ export function IsvServicesDashBoard(): React.JSX.Element {
28
if (listDeployedServicesByIsvQuery.isError) {
29
void listDeployedServicesByIsvQuery.refetch();
30
}
31
+ if (listRegisteredServicesByIsvQuery.isError) {
32
+ void listRegisteredServicesByIsvQuery.refetch();
33
+ }
34
};
35
36
if (listDeployedServicesByIsvQuery.data !== undefined && listDeployedServicesByIsvQuery.data.length > 0) {
0 commit comments