Commit 5377e97d authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Use md as default modal size

parent e54d456b
...@@ -56,7 +56,7 @@ export default { ...@@ -56,7 +56,7 @@ export default {
<gl-modal <gl-modal
:id="`modal-peek-${metric}-details`" :id="`modal-peek-${metric}-details`"
:header-title-text="header" :header-title-text="header"
modal-size="modal-lg" modal-size="lg"
class="performance-bar-modal" class="performance-bar-modal"
> >
<table <table
......
...@@ -13,7 +13,7 @@ export default { ...@@ -13,7 +13,7 @@ export default {
modalSize: { modalSize: {
type: String, type: String,
required: false, required: false,
default: '', default: 'md',
}, },
headerTitleText: { headerTitleText: {
type: String, type: String,
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
> >
<div <div
class="modal-dialog" class="modal-dialog"
:class="modalSize" :class="`modal-${modalSize}`"
role="document" role="document"
> >
<div class="modal-content"> <div class="modal-content">
......
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