✨ Fixing build
This commit is contained in:
parent
52d257b492
commit
6d936e2ade
@ -14,12 +14,15 @@ export type IPropsDashboardWithList = {
|
||||
hasBackArrow?: boolean;
|
||||
backArrowUrl?: string;
|
||||
mobileBackText?: string;
|
||||
};
|
||||
|
||||
type IProps = IPropsDashboardWithList & {
|
||||
blocksList: IBlock[];
|
||||
onSelectedBlock: (block: IBlock) => void;
|
||||
headerConnected?: boolean;
|
||||
};
|
||||
|
||||
export default function DefaultDashboardWithList(props: IPropsDashboardWithList) {
|
||||
export default function DefaultDashboardWithList(props: IProps) {
|
||||
const { hasBackArrow, backArrowUrl, children, blocksList, onSelectedBlock, headerConnected = true } = props;
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user