remove quiz preview from design page
This commit is contained in:
parent
39f49233f0
commit
d4d252ce71
@ -80,7 +80,6 @@ export const DesignPage = ({ heightSidebar, mobileSidebar }: Props) => {
|
||||
follow={followNewPage}
|
||||
cancel={() => setShowConfirmLeaveModal(false)}
|
||||
/>
|
||||
{createPortal(<QuizPreview />, document.body)}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user