mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
SPRINT-20: checkpoint commit of saved filter frontends
This commit is contained in:
@ -265,6 +265,13 @@ export default function App()
|
||||
component: <RecordQuery table={table} />,
|
||||
});
|
||||
|
||||
routeList.push({
|
||||
name: `${app.label}`,
|
||||
key: app.name,
|
||||
route: `${path}/savedFilter/:id`,
|
||||
component: <RecordQuery table={table} />,
|
||||
});
|
||||
|
||||
routeList.push({
|
||||
name: `${app.label} Create`,
|
||||
key: `${app.name}.create`,
|
||||
|
Reference in New Issue
Block a user