From 244400f54925a52e89ccf4f821b58a72ff9777a5 Mon Sep 17 00:00:00 2001 From: Matt Gilman Date: Tue, 15 Oct 2024 21:12:18 -0400 Subject: [PATCH] NIFI-13873: Showing the spinner on the dialog buttons of Import From Registry. (#9391) This closes #9391 --- .../nifi/src/app/pages/flow-designer/state/flow/flow.reducer.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/state/flow/flow.reducer.ts b/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/state/flow/flow.reducer.ts index 2337b759f3..d284d643df 100644 --- a/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/state/flow/flow.reducer.ts +++ b/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/state/flow/flow.reducer.ts @@ -39,6 +39,7 @@ import { flowSnackbarError, groupComponents, groupComponentsSuccess, + importFromRegistry, loadChildProcessGroupSuccess, loadConnectionSuccess, loadInputPortSuccess, @@ -380,6 +381,7 @@ export const flowReducer = createReducer( createPort, createFunnel, createLabel, + importFromRegistry, (state) => ({ ...state, saving: true