X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/293112578dbbd03174206743229d9ba357c36c98..7e323d0c3e6734e6ca698c6bffcb9c24ef5acd13:/src/store/sharing-dialog/sharing-dialog-actions.ts diff --git a/src/store/sharing-dialog/sharing-dialog-actions.ts b/src/store/sharing-dialog/sharing-dialog-actions.ts index d1ac14cb..0e3c76b2 100644 --- a/src/store/sharing-dialog/sharing-dialog-actions.ts +++ b/src/store/sharing-dialog/sharing-dialog-actions.ts @@ -50,6 +50,7 @@ export const sendSharingInvitations = async (dispatch: Dispatch) => { message: 'Resource has been shared', kind: SnackbarKind.SUCCESS, })); + dispatch(progressIndicatorActions.STOP_WORKING(SHARING_DIALOG_NAME)); }; const loadSharingDialog = async (dispatch: Dispatch, getState: () => RootState, { permissionService }: ServiceRepository) => {