mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-11 05:06:39 +00:00
Fix resource new id number
This commit is contained in:
@@ -23,7 +23,7 @@ export default async function Page(props: ResourcesPageProps) {
|
||||
|
||||
const resourceRows: ResourceRow[] = resources.map((resource) => {
|
||||
return {
|
||||
id: resource.resourceId.toString(),
|
||||
id: resource.resourceId,
|
||||
name: resource.name,
|
||||
orgId: params.orgId,
|
||||
domain: resource.subdomain || "",
|
||||
|
||||
Reference in New Issue
Block a user