🐛 Fix action type

This commit is contained in:
Philipp Stracker 2024-11-04 18:50:09 +01:00
parent c5d7ce211a
commit 72fea4ee9c
No known key found for this signature in database

View file

@ -46,7 +46,7 @@ export const setIsSaving = ( isSaving ) => {
*/
export const setManualConnectionIsBusy = ( isBusy ) => {
return {
type: ACTION_TYPES.SET_IS_SAVING_ONBOARDING,
type: ACTION_TYPES.SET_MANUAL_CONNECTION_BUSY,
isBusy,
};
};