Commit f470fe4c authored by Coung Ngo's avatar Coung Ngo Committed by Stan Hu

Remove unnecessary class

parent 3148e679
...@@ -80,7 +80,7 @@ export default { ...@@ -80,7 +80,7 @@ export default {
:primary-button-text="$options.i18n.dangerAlert.primaryButtonText" :primary-button-text="$options.i18n.dangerAlert.primaryButtonText"
@primaryAction="showModal" @primaryAction="showModal"
> >
<template v-if="customMessage" class="gl-m-0"> <template v-if="customMessage">
{{ customMessage }} {{ customMessage }}
</template> </template>
<gl-sprintf v-else :message="$options.i18n.dangerAlert.text"> <gl-sprintf v-else :message="$options.i18n.dangerAlert.text">
......
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