mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
♻️ MInor code organization
This commit is contained in:
parent
46c7b84088
commit
6a80a016cf
3 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue