Commit ff47289
fix: add missing objects routes to SystemRoutes for top-level /system/objects navigation
The ObjectManagerPage routes only existed in AppContent (for /apps/:appName/system/objects)
but not in the SystemRoutes component (for /system/objects). This meant clicking on objects
in the list triggered navigate('/system/objects/:objectName') correctly, but the route
wasn't handled, so the detail page never rendered.
Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/80a817a2-deca-4fe3-9ca5-17d26519d734
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 8cd9d07 commit ff47289
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
| 509 | + | |
| 510 | + | |
509 | 511 | | |
510 | 512 | | |
511 | 513 | | |
| |||
0 commit comments