mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
Default to empty tabs for navigation
This commit is contained in:
parent
882f81d92f
commit
1bd04302d0
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ const NOTIFICATION_ANIMATION_DURATION = 300;
|
|||
|
||||
const SettingsNavigation = ( {
|
||||
canSave = true,
|
||||
tabs,
|
||||
activePanel,
|
||||
setActivePanel,
|
||||
tabs = [],
|
||||
activePanel = '',
|
||||
setActivePanel = () => {},
|
||||
} ) => {
|
||||
const { persistAll } = useStoreManager();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue