Commit 6708d656 authored by peterhegman's avatar peterhegman Committed by Peter Hegman

Change delete project confirmation modal to default size

Default size is `md`

Changelog: changed
parent 8492e153
......@@ -104,7 +104,6 @@ export default {
<gl-modal
ref="removeModal"
:modal-id="modalId"
size="sm"
ok-variant="danger"
footer-class="gl-bg-gray-10 gl-p-5"
title-class="gl-text-red-500"
......
......@@ -36,7 +36,7 @@ exports[`Project remove modal initialized matches the snapshot 1`] = `
modalclass=""
modalid="fakeUniqueId"
ok-variant="danger"
size="sm"
size="md"
title-class="gl-text-red-500"
titletag="h4"
>
......
......@@ -36,7 +36,7 @@ exports[`Project remove modal initialized matches the snapshot 1`] = `
modalclass=""
modalid="fakeUniqueId"
ok-variant="danger"
size="sm"
size="md"
title-class="gl-text-red-500"
titletag="h4"
>
......
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