NIFI-13873: Showing the spinner on the dialog buttons of Import From Registry. (#9391)

This closes #9391
This commit is contained in:
Matt Gilman 2024-10-15 21:12:18 -04:00 committed by GitHub
parent cc5a3639ac
commit 244400f549
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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