mirror of https://github.com/apache/nifi.git
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,
|
flowSnackbarError,
|
||||||
groupComponents,
|
groupComponents,
|
||||||
groupComponentsSuccess,
|
groupComponentsSuccess,
|
||||||
|
importFromRegistry,
|
||||||
loadChildProcessGroupSuccess,
|
loadChildProcessGroupSuccess,
|
||||||
loadConnectionSuccess,
|
loadConnectionSuccess,
|
||||||
loadInputPortSuccess,
|
loadInputPortSuccess,
|
||||||
|
@ -380,6 +381,7 @@ export const flowReducer = createReducer(
|
||||||
createPort,
|
createPort,
|
||||||
createFunnel,
|
createFunnel,
|
||||||
createLabel,
|
createLabel,
|
||||||
|
importFromRegistry,
|
||||||
(state) => ({
|
(state) => ({
|
||||||
...state,
|
...state,
|
||||||
saving: true
|
saving: true
|
||||||
|
|
Loading…
Reference in New Issue