diff --git a/components/forms/EmailPasswordForm.tsx b/components/forms/EmailPasswordForm.tsx index a73c8b0406c..b935b501dfb 100644 --- a/components/forms/EmailPasswordForm.tsx +++ b/components/forms/EmailPasswordForm.tsx @@ -87,7 +87,7 @@ const EmailPasswordForm = ({ onSuccess }: any) => {
- + Forgot your password? diff --git a/components/project/issues/BoardView/SingleBoard.tsx b/components/project/issues/BoardView/SingleBoard.tsx index 019b4ac5f37..3b3680c4894 100644 --- a/components/project/issues/BoardView/SingleBoard.tsx +++ b/components/project/issues/BoardView/SingleBoard.tsx @@ -250,6 +250,7 @@ const SingleBoard: React.FC = ({ {key === "name" && ( {childIssue.name} @@ -276,8 +277,8 @@ const SingleBoard: React.FC = ({
{assignee.name} diff --git a/components/project/issues/ListView/index.tsx b/components/project/issues/ListView/index.tsx index 05a215c2047..d838b12544e 100644 --- a/components/project/issues/ListView/index.tsx +++ b/components/project/issues/ListView/index.tsx @@ -147,6 +147,7 @@ const ListView: React.FC = ({

{issue.name} diff --git a/components/project/memberInvitations.tsx b/components/project/memberInvitations.tsx index bfeaf73a6a3..95ac24a620e 100644 --- a/components/project/memberInvitations.tsx +++ b/components/project/memberInvitations.tsx @@ -63,7 +63,7 @@ const ProjectMemberInvitations = ({ type="checkbox" /> ) : null} - + {project.name} ({project.identifier}) @@ -72,7 +72,7 @@ const ProjectMemberInvitations = ({

{isMember ? (
- + @@ -115,7 +115,7 @@ const ProjectMemberInvitations = ({ Member )} - + View diff --git a/layouts/Navbar/DefaultTopBar.tsx b/layouts/Navbar/DefaultTopBar.tsx index 3b697385339..86018d079f8 100644 --- a/layouts/Navbar/DefaultTopBar.tsx +++ b/layouts/Navbar/DefaultTopBar.tsx @@ -11,7 +11,7 @@ const DefaultTopBar: React.FC = () => {
diff --git a/layouts/Navbar/Sidebar.tsx b/layouts/Navbar/Sidebar.tsx index 961d3857a6b..39c7ef6773c 100644 --- a/layouts/Navbar/Sidebar.tsx +++ b/layouts/Navbar/Sidebar.tsx @@ -169,7 +169,7 @@ const Sidebar: React.FC = () => {
{workspaceLinks.map((link, index) => ( - + { } flex flex-col gap-y-1`} > {navigation(project?.id).map((item) => ( - + { - const editorRef = useRef(null); - const contentRef = useRef(null); - - useEffect(() => { - if (!editorRef.current || !contentRef.current) return; - - const mySchema = new Schema({ - nodes: addListNodes(schema.spec.nodes, "paragraph block*", "block"), - marks: schema.spec.marks, - }); - - const myEditorView = new EditorView(editorRef.current, { - state: EditorState.create({ - doc: DOMParser.fromSchema(mySchema)?.parse(contentRef.current), - plugins: exampleSetup({ schema: mySchema }), - }), - }); - - return () => myEditorView.destroy(); - }, []); - - return ( -
- + @@ -137,7 +137,7 @@ const MyWorkspacesInvites: NextPage = () => {
No Invitaions Found

- + Click Here diff --git a/pages/signin.tsx b/pages/signin.tsx index aa97cae35b1..de59127fa3d 100644 --- a/pages/signin.tsx +++ b/pages/signin.tsx @@ -158,6 +158,7 @@ const SignIn: NextPage = () => { /> @@ -85,7 +85,7 @@ const WorkspaceInvitation: NextPage = () => {

- +