fix(plugin-multi-tenant): hide watchTenant column field (#13740)

Fixes https://github.com/payloadcms/payload/issues/13731

The watch tenant field is just a ui field used to sync updates to the
selector, should not appear in the columns selector on the list view.
This commit is contained in:
Jarrod Flesch
2025-09-08 16:29:37 -04:00
committed by GitHub
parent a528a55639
commit a0112d70a9

View File

@@ -316,6 +316,8 @@ export const multiTenantPlugin =
path: '@payloadcms/plugin-multi-tenant/client#WatchTenantCollection',
},
},
disableBulkEdit: true,
disableListColumn: true,
},
})