Feat/metadata add update and delete on frontend (#2102)
* Reworked metadata creation * Wip * Fix from PR * Removed consolelog * Post merge * Fixed seeds
This commit is contained in:
@ -24,7 +24,9 @@ export const ObjectTablePage = ({
|
||||
objectNameSingular: string;
|
||||
objectNamePlural: string;
|
||||
}) => {
|
||||
const handleAddButtonClick = async () => {};
|
||||
const handleAddButtonClick = async () => {
|
||||
//
|
||||
};
|
||||
|
||||
return (
|
||||
<PageContainer>
|
||||
|
||||
Reference in New Issue
Block a user