mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
chore(CI): get docs building on ALL branches. (#26854)
This commit is contained in:
@@ -96,7 +96,7 @@ const StyledSectionHeaderH2 = styled(StyledSectionHeader)`
|
||||
interface SectionHeaderProps {
|
||||
level: any;
|
||||
title: string;
|
||||
subtitle?: string;
|
||||
subtitle?: string | Element | React.ReactNode;
|
||||
dark?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user