Default to empty tabs for navigation

This commit is contained in:
carmenmaymo 2025-03-18 14:54:06 +01:00
parent 882f81d92f
commit 1bd04302d0
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E

View file

@ -16,9 +16,9 @@ const NOTIFICATION_ANIMATION_DURATION = 300;
const SettingsNavigation = ( {
canSave = true,
tabs,
activePanel,
setActivePanel,
tabs = [],
activePanel = '',
setActivePanel = () => {},
} ) => {
const { persistAll } = useStoreManager();