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
0bf005ab
Commit
0bf005ab
authored
2 years ago
by
devendra
Browse files
Options
Download
Patches
Plain Diff
Feat: two lead assessor workflow
parent
a0a67bf9
master
delete-form
delete-user
1 merge request
!8
Feat: two lead assessor workflow
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/modal/InspectionScheduleModal.tsx
+2
-2
src/components/modal/InspectionScheduleModal.tsx
with
2 additions
and
2 deletions
+2
-2
src/components/modal/InspectionScheduleModal.tsx
+
2
−
2
View file @
0bf005ab
...
...
@@ -400,7 +400,7 @@ export const InspectionScheduleModal = ({
<
div
className
=
"col-sm-12 col-md-12 col-lg-6"
>
<
div
className
=
{
`
${
stylesTwo
.
text_area_one
}
p-3`
}
>
<
div
className
=
"mb-3"
>
<
HeadingFive
heading
=
"
Add l
ead assessor"
count
=
{
1
}
/>
<
HeadingFive
heading
=
"
First L
ead assessor"
count
=
{
1
}
/>
</
div
>
<
div
className
=
"row"
>
<
div
className
=
"col-9"
>
...
...
@@ -480,7 +480,7 @@ export const InspectionScheduleModal = ({
<
div
className
=
{
`
${
stylesTwo
.
text_area_one
}
p-3 mt-3`
}
>
<
div
className
=
"mb-3"
>
<
HeadingFive
heading
=
"
Add assisting
assessor"
count
=
{
2
}
/>
<
HeadingFive
heading
=
"
Second Lead
assessor"
count
=
{
2
}
/>
</
div
>
<
div
className
=
"row"
>
<
div
className
=
"col-sm-12 col-md-9 col-lg-9"
>
...
...
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