mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Bug.
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
target: prod
|
target: prod
|
||||||
|
build-args: DATABASE_URL=""
|
||||||
|
|
||||||
# - name: Generate artifact attestation
|
# - name: Generate artifact attestation
|
||||||
# uses: actions/attest-build-provenance@v2
|
# uses: actions/attest-build-provenance@v2
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
"use server"
|
|
||||||
import {PageParams} from "@/types/next";
|
import {PageParams} from "@/types/next";
|
||||||
import {AgentCard} from "@/components/wrappers/dashboard/agent/AgentCard/AgentCard";
|
import {AgentCard} from "@/components/wrappers/dashboard/agent/AgentCard/AgentCard";
|
||||||
import {CardsWithPagination} from "@/components/wrappers/common/cards-with-pagination";
|
import {CardsWithPagination} from "@/components/wrappers/common/cards-with-pagination";
|
||||||
@@ -12,6 +11,9 @@ export default async function RoutePage(props: PageParams<{}>) {
|
|||||||
|
|
||||||
const agents = await prisma.agent.findMany({})
|
const agents = await prisma.agent.findMany({})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page>
|
<Page>
|
||||||
<PageHeader>
|
<PageHeader>
|
||||||
|
|||||||
Reference in New Issue
Block a user