We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783daac commit e493ea8Copy full SHA for e493ea8
src/pages/projects/[projectId]/admin/index.tsx
@@ -7,6 +7,7 @@ import { useDispatch } from "react-redux";
7
export default function ProjectAdminPage() {
8
9
const dispatch = useDispatch();
10
+
11
useEffect(() => {
12
dispatch(setCurrentPage(CurrentPage.ADMIN_PAGE));
13
dispatch(setDisplayIconComments(true));
0 commit comments