You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
I have a web-module which has a the following routes defined among many of the rest. I have deleted the rest of the routes below apart from the dashboard and the repository-targets to show the issue.
I have a web-module which has a the following routes defined among many of the rest. I have deleted the rest of the routes below apart from the dashboard and the repository-targets to show the issue.
Now web is a component which has a where dashboard and repository-targets components are displayed.
Now repository-targets component is having a where the TargetsComponent is displayed.
So when i am viewing the TargetsComponent the url link is
http://localhost:9000/web/repository-targets/2022/list
In the TargetsComponent if i try to fetch the repositoryID like this
Here it cannot fetch the val.id and throws and error.
Can you kindly let me know why is this happening.
The text was updated successfully, but these errors were encountered: