rfellows commented on code in PR #8703:
URL: https://github.com/apache/nifi/pull/8703#discussion_r1581480251


##########
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/state/system-diagnostics/system-diagnostics.reducer.ts:
##########
@@ -44,15 +43,13 @@ export const systemDiagnosticsReducer = createReducer(
 
     on(loadSystemDiagnosticsSuccess, reloadSystemDiagnosticsSuccess, (state, { 
response }) => ({
         ...state,
-        error: null,
         status: 'success' as const,
         loadedTimestamp: 
response.systemDiagnostics.aggregateSnapshot.statsLastRefreshed,
         systemDiagnostics: response.systemDiagnostics
     })),
 
-    on(systemDiagnosticsApiError, (state, { error }) => ({
+    on(systemDiagnosticsBannerError, (state) => ({

Review Comment:
   not needed due to removing the need to conditionally show this in the banner 
or snackbar.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to