3129 show page relation field add delete menu item (#3975)

* Fix typing error

* Add delete relation button

* Disable delete for workspace members

* Fix lint
This commit is contained in:
martmull
2024-02-15 11:31:21 +01:00
committed by GitHub
parent 88990144cf
commit 8636be5e4b
2 changed files with 24 additions and 1 deletions

View File

@ -62,6 +62,7 @@ describe('useFindManyRecords', () => {
setCurrentWorkspaceMember({
id: '32219445-f587-4c40-b2b1-6d3205ed96da',
name: { firstName: 'John', lastName: 'Connor' },
locale: 'en',
});
const mockObjectMetadataItems = getObjectMetadataItemsMock();