Commit 8423bcb3 authored by Joshua Pratt's avatar Joshua Pratt Committed by Illya Klymov

Update app/assets/javascripts/pages/projects/labels/components/promote_label_modal.vue

parent 45fbe94c
...@@ -90,9 +90,7 @@ export default { ...@@ -90,9 +90,7 @@ export default {
footer-primary-button-variant="warning" footer-primary-button-variant="warning"
@submit="onSubmit" @submit="onSubmit"
> >
<template #title> <div slot="title" class="modal-title-with-label" v-html="title"></div>
<div class="modal-title-with-label" v-html="title">{{ title }}</div>
</template>
{{ text }} {{ text }}
</gl-modal> </gl-modal>
......
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