This is an automated email from the ASF dual-hosted git repository.
scottyaslan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 244400f549 NIFI-13873: Showing the spinner on the dialog buttons of
Import From Registry. (#9391)
244400f549 is described below
commit 244400f54925a52e89ccf4f821b58a72ff9777a5
Author: Matt Gilman <[email protected]>
AuthorDate: Tue Oct 15 21:12:18 2024 -0400
NIFI-13873: Showing the spinner on the dialog buttons of Import From
Registry. (#9391)
This closes #9391
---
.../apps/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