mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +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 = ( {
|
const SettingsNavigation = ( {
|
||||||
canSave = true,
|
canSave = true,
|
||||||
tabs,
|
tabs = [],
|
||||||
activePanel,
|
activePanel = '',
|
||||||
setActivePanel,
|
setActivePanel = () => {},
|
||||||
} ) => {
|
} ) => {
|
||||||
const { persistAll } = useStoreManager();
|
const { persistAll } = useStoreManager();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue