♻️ MInor code organization

This commit is contained in:
Philipp Stracker 2024-10-28 18:56:25 +01:00
parent 46c7b84088
commit 6a80a016cf
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ import { NAMESPACE, STORE_NAME } from '../constants';
*/
export const setIsSaving = ( isSaving ) => {
return {
type: ACTION_TYPES.SET_IS_SAVING_ONBOARDING_DETAILS,
type: ACTION_TYPES.SET_IS_SAVING_ONBOARDING,
isSaving,
};
};