mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
🐛 Fix action type
This commit is contained in:
parent
c5d7ce211a
commit
72fea4ee9c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue