fix tablename
This commit is contained in:
parent
b7bca4cacc
commit
c8879b04c9
|
@ -13,7 +13,7 @@ export default async function Page() {
|
|||
const pubs = await getPubsWithGenres()
|
||||
return (
|
||||
<div className="container mx-auto">
|
||||
<DataTable data={pubs} columns={columns} tableName="pubs" genres={genres}>
|
||||
<DataTable data={pubs} columns={columns} tableName="pub" genres={genres}>
|
||||
<CreatePubDialog genres={genres} />
|
||||
</DataTable>
|
||||
|
||||
|
|
Loading…
Reference in New Issue