mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
This commit is contained in:
parent
d3439321ba
commit
ae22351367
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "yarn run prisma:build && astro build",
|
"build": "yarn run prisma:build && astro build",
|
||||||
"prisma:migrate": "prisma migrate deploy && tsx ./prisma/migrate.ts",
|
"prisma:migrate": "prisma migrate deploy && tsx ./prisma/migrate.ts",
|
||||||
"prisma:build": "yarn prisma:migrate && prisma generate --sql && "
|
"prisma:build": "yarn prisma:migrate && prisma generate --sql"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ag-grid-community/locale": "^33.3.2",
|
"@ag-grid-community/locale": "^33.3.2",
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ export default function RequestsTable(props: { initial: Prisma.requestsGetPayloa
|
||||||
const { initial } = props
|
const { initial } = props
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='w-full px-4 py-4'>
|
<div className='w-full min-h-[500px] px-4 py-4'>
|
||||||
<AgGridReact
|
<AgGridReact
|
||||||
gridOptions={gridOptions}
|
gridOptions={gridOptions}
|
||||||
rowData={initial}
|
rowData={initial}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue