fix: custom id field not shown depending on field and db types (#9091)

Closes https://github.com/payloadcms/payload/issues/9080
This commit is contained in:
Paul
2024-11-11 10:42:06 -06:00
committed by GitHub
parent 8a20231d40
commit 9a970d21a9
2 changed files with 26 additions and 8 deletions

View File

@@ -149,6 +149,7 @@ export const initPage = async ({
adminRoute,
config: payload.config,
defaultIDType: payload.db.defaultIDType,
payload,
route,
})