Commit e7c17726 authored by Jannik Lehmann's avatar Jannik Lehmann Committed by Olena Horal-Koretska

Added missing button variant to erase job log modal

parent cdeccbce
...@@ -107,6 +107,7 @@ export default { ...@@ -107,6 +107,7 @@ export default {
:data-confirm="__('Are you sure you want to erase this build?')" :data-confirm="__('Are you sure you want to erase this build?')"
class="gl-ml-3" class="gl-ml-3"
data-testid="job-log-erase-link" data-testid="job-log-erase-link"
data-confirm-btn-variant="danger"
data-method="post" data-method="post"
icon="remove" icon="remove"
/> />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment