docs: fix oneOf design hiding more than three items (#10077)

* docs: fix oneOf design hiding more than three items

* fix lint errors

* fix eslint
This commit is contained in:
Shahed Nasser
2024-11-13 17:41:49 +02:00
committed by GitHub
parent 938f3bd934
commit 662b096a46
3 changed files with 10 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ export const CodeBlockHeader = ({
badgeLabel,
actionsProps,
badgeColor,
hideActions = false
hideActions = false,
}: CodeBlockHeaderProps) => {
const { colorMode } = useColorMode()