Refactor ObjectDataTable to work with new views system (#2274)
Complete work
This commit is contained in:
@@ -49,9 +49,7 @@ export const ObjectTablePage = () => {
|
||||
});
|
||||
|
||||
const handleAddButtonClick = async () => {
|
||||
createOneObject?.({
|
||||
name: 'Test',
|
||||
});
|
||||
createOneObject?.({});
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user