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:
@@ -26,7 +26,7 @@ export const CodeBlockHeader = ({
|
||||
badgeLabel,
|
||||
actionsProps,
|
||||
badgeColor,
|
||||
hideActions = false
|
||||
hideActions = false,
|
||||
}: CodeBlockHeaderProps) => {
|
||||
const { colorMode } = useColorMode()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user