Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb
Commits
d4c1f3cb
Commit
d4c1f3cb
authored
Jul 24, 2019
by
Sonja Happ
Browse files
fix for bsStyle error in delete dialog
parent
3f926d1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/dialogs/delete-dialog.js
View file @
d4c1f3cb
...
...
@@ -43,7 +43,7 @@ class DeleteDialog extends React.Component {
<
Modal
.
Footer
>
<
Button
onClick
=
{()
=>
this
.
props
.
onClose
(
false
)}
>
Cancel
<
/Button
>
<
Button
bsStyle
=
"
danger
"
onClick
=
{()
=>
this
.
props
.
onClose
(
true
)}
>
Delete
<
/Button
>
<
Button
variant
=
"
danger
"
onClick
=
{()
=>
this
.
props
.
onClose
(
true
)}
>
Delete
<
/Button
>
<
/Modal.Footer
>
<
/Modal>
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment