mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
fix(dev/ci): pre-commit fixes galore (#32352)
This commit is contained in:
@@ -94,7 +94,7 @@ const StyledSectionHeaderH2 = styled(StyledSectionHeader)`
|
||||
`;
|
||||
|
||||
interface SectionHeaderProps {
|
||||
level: any;
|
||||
level: 'h1' | 'h2';
|
||||
title: string;
|
||||
subtitle?: string | ReactNode;
|
||||
dark?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user