We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5a9d0 commit 7392304Copy full SHA for 7392304
apps/framework-editor/app/(pages)/policies/page.tsx
@@ -7,8 +7,6 @@ import { columns } from "./components/columns"; // Import the new columns
7
export default async function Page() {
8
const policies = await db.frameworkEditorPolicyTemplate.findMany();
9
10
- await new Promise(resolve => setTimeout(resolve, 10000));
11
-
12
return (
13
<PageLayout breadcrumbs={[{ label: "Policies", href: "/policies" }]}>
14
{/* <PoliciesTable policies={policies} /> */}
0 commit comments