Feat/metadata with datatable v2 (#2110)
* Reworked metadata creation * Wip * Fix from PR * Removed consolelog * Post merge * Fixed seeds * Wip * Added dynamic routing --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -59,15 +59,7 @@ export const App = () => {
|
||||
<Route path={AppPath.Impersonate} element={<ImpersonateEffect />} />
|
||||
|
||||
<Route path={AppPath.OpportunitiesPage} element={<Opportunities />} />
|
||||
<Route
|
||||
path={AppPath.ObjectTablePage}
|
||||
element={
|
||||
<ObjectTablePage
|
||||
objectNamePlural="suppliers"
|
||||
objectNameSingular="supplier"
|
||||
/>
|
||||
}
|
||||
/>
|
||||
<Route path={AppPath.ObjectTablePage} element={<ObjectTablePage />} />
|
||||
|
||||
<Route
|
||||
path={AppPath.SettingsCatchAll}
|
||||
|
||||
Reference in New Issue
Block a user