login validate
This commit is contained in:
@@ -29,7 +29,7 @@ export type NavItemProps = {
|
||||
export interface NavSectionProps extends BoxProps {
|
||||
isCollapse?: boolean;
|
||||
navConfig: {
|
||||
subheader: string;
|
||||
subheader?: string;
|
||||
items: NavListProps[];
|
||||
}[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user