Added metadata creation (#2086)
* Reworked metadata creation * Fix from PR * Removed consolelog
This commit is contained in:
@ -63,8 +63,8 @@ export const App = () => {
|
||||
path={AppPath.ObjectTablePage}
|
||||
element={
|
||||
<ObjectTablePage
|
||||
objectName="supplier"
|
||||
objectNameSingular="Supplier"
|
||||
objectNamePlural="suppliers"
|
||||
objectNameSingular="supplier"
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user