mirror of
https://github.com/apache/nifi.git
synced 2025-03-03 16:09:19 +00:00
NIFI-13873: Showing the spinner on the dialog buttons of Import From Registry. (#9391)
This closes #9391
This commit is contained in:
parent
cc5a3639ac
commit
244400f549
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user