Skip to content

Commit c035050

Browse files
Removed view preview button with its associated code
1 parent 0dc54e6 commit c035050

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hooks/useCreatePage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { useDebounce } from "./useDebounce";
1515
import { redirect, useRouter } from "next/navigation";
1616

1717
export type useCreatePageReturnType = {
18-
viewPreview: boolean;
1918
tags: string[];
2019
setTags: React.Dispatch<React.SetStateAction<string[]>>;
2120
tagValue: string;

0 commit comments

Comments
 (0)