Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-web
Commits
be78bdc7
Commit
be78bdc7
authored
3 years ago
by
Sakthivel G
Browse files
Options
Download
Patches
Plain Diff
feat: add dashboard components - WIP
parent
75148b56
master
accept_file_type
cards-value-changes
delete-form
delete-user
form-issue
inspector-model
label-change
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Router.js
+2
-2
src/Router.js
with
2 additions
and
2 deletions
+2
-2
src/Router.js
+
2
−
2
View file @
be78bdc7
...
...
@@ -16,7 +16,7 @@ import {
InspectionSummary
,
InspectionComplete
,
ViewConsentApplications
,
Landing
Landing
,
}
from
"
./pages
"
;
// import ReviewerApplications from "./pages/Reviewer/ReviewerApplications";
import
{
Manage
}
from
"
./pages/Reviewer/manage
"
;
...
...
@@ -54,7 +54,7 @@ const Router = (props) => (
path
=
"
/inspector/:id/:applicationId
"
component
=
{
ViewApplications
}
/
>
<
PrivateRoute
<
PrivateRoute
exact
path
=
"
/assisting-inspector/:id/:applicationId
"
component
=
{
ViewConsentApplications
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets