mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-07 15:00:42 -06:00
Fix: Add revalidation to surveys overview page (#601)
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
export const revalidate = REVALIDATION_INTERVAL;
|
||||
|
||||
import ContentWrapper from "@/components/shared/ContentWrapper";
|
||||
import WidgetStatusIndicator from "@/components/shared/WidgetStatusIndicator";
|
||||
import SurveysList from "./SurveyList";
|
||||
import { Metadata } from "next";
|
||||
import { REVALIDATION_INTERVAL } from "@formbricks/lib/constants";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Your Surveys",
|
||||
};
|
||||
|
||||
export default async function SurveysPage({ params }) {
|
||||
return (
|
||||
<ContentWrapper className="flex h-full flex-col justify-between">
|
||||
|
||||
Reference in New Issue
Block a user