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
6af23a9b
Commit
6af23a9b
authored
3 years ago
by
Sakthivel G
Browse files
Options
Download
Patches
Plain Diff
fix: defect id 57753
parent
fd8e406b
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/components/modal/ModalTwo.tsx
+5
-2
src/components/modal/ModalTwo.tsx
with
5 additions
and
2 deletions
+5
-2
src/components/modal/ModalTwo.tsx
+
5
−
2
View file @
6af23a9b
...
...
@@ -152,16 +152,19 @@ export const ModalTwo = ({
</
div
>
)
}
</
div
>
<
div
className
=
{
`
${
styles
.
custom_modal_footer
}
modal-footer p-0 m-0 pt-3 pb-3`
}
>
<
div
className
=
"col-6 m-0"
>
{
!
enable
Handler
?
(
{
!
cancel
Handler
?
(
<
button
type
=
"button"
className
=
{
`
${
btnStyle
.
btn_one
}
me-2`
}
data-dismiss
=
"modal"
onClick
=
{
()
=>
{
setNote
(
""
);
}
}
>
Cancel
</
button
>
...
...
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