Commit d8baca43 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Illya Klymov

Apply suggestion to...

Apply suggestion to changelogs/unreleased/update-deprecated-slot-syntax-in---app-assets-javascripts-pages-projects-.yml
parent 82451021
......@@ -90,7 +90,9 @@ export default {
footer-primary-button-variant="warning"
@submit="onSubmit"
>
<div slot="title" class="modal-title-with-label" v-html="title">{{ title }}</div>
<template #title>
<div class="modal-title-with-label" v-html="title">{{ title }}</div>
</template>
{{ text }}
</gl-modal>
......
---
title: Update deprecated slot syntax in ./app/assets/javascripts/pages/projects/labels/components/promote_label_modal.vue
merge_request: 31995
author: Gilang Gumilar
type: other
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