mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +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 ) => {
|
export const setManualConnectionIsBusy = ( isBusy ) => {
|
||||||
return {
|
return {
|
||||||
type: ACTION_TYPES.SET_IS_SAVING_ONBOARDING,
|
type: ACTION_TYPES.SET_MANUAL_CONNECTION_BUSY,
|
||||||
isBusy,
|
isBusy,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue