Refactor ObjectDataTable to work with new views system (#2274)

Complete work
This commit is contained in:
Charles Bochet
2023-10-29 23:50:59 +01:00
committed by GitHub
parent 9bab28912d
commit d38497c46a
39 changed files with 578 additions and 373 deletions
@@ -49,9 +49,7 @@ export const ObjectTablePage = () => {
});
const handleAddButtonClick = async () => {
createOneObject?.({
name: 'Test',
});
createOneObject?.({});
};
return (