You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return'Deployment status polling failed. Please visit MyServices page to check the status of the request and contact service vendor for error details.';
@@ -91,11 +95,20 @@ function OrderSubmitStatusAlert({
91
95
}
92
96
}
93
97
},[
98
+
submitDeploymentRequest.isPending,
99
+
submitDeploymentRequest.isError,
100
+
submitDeploymentRequest.isSuccess,
101
+
submitDeploymentRequest.error,
102
+
redeployFailedDeploymentQuery.isPending,
103
+
redeployFailedDeploymentQuery.isError,
104
+
redeployFailedDeploymentQuery.isSuccess,
105
+
redeployFailedDeploymentQuery.error,
106
+
getSubmitLatestServiceOrderStatusQuery.isSuccess,
107
+
getSubmitLatestServiceOrderStatusQuery.data,
108
+
getSubmitLatestServiceOrderStatusQuery.isError,
109
+
getSubmitLatestServiceOrderStatusQuery.isPending,
110
+
serviceId,
94
111
serviceHostType,
95
-
deployedServiceDetails,
96
-
submitDeploymentRequest,
97
-
redeployFailedDeploymentQuery,
98
-
getSubmitLatestServiceOrderStatusQuery,
99
112
]);
100
113
101
114
constalertType=useMemo(()=>{
@@ -156,7 +169,7 @@ function OrderSubmitStatusAlert({
0 commit comments