We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58441c2 commit 755355eCopy full SHA for 755355e
packages/ui/src/fields/Tabs/index.tsx
@@ -112,7 +112,7 @@ const TabsFieldComponent: TabsFieldClientComponent = (props) => {
112
return tabPath
113
}
114
115
- const activeTabDescription = activeTabConfig.description
+ const activeTabDescription = activeTabConfig?.description
116
const activeTabStaticDescription =
117
typeof activeTabDescription === 'function'
118
? activeTabDescription({ t: i18n.t })
0 commit comments