Commit daa87bb9 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Enrique Alcántara

Update deprecated slot syntax

In `./app/assets/javascripts/environments/components/stop_environment_modal.vue`
parent 5c94a189
...@@ -60,7 +60,7 @@ export default { ...@@ -60,7 +60,7 @@ export default {
footer-primary-button-variant="danger" footer-primary-button-variant="danger"
@submit="onSubmit" @submit="onSubmit"
> >
<template slot="header"> <template #header>
<h4 class="modal-title d-flex mw-100"> <h4 class="modal-title d-flex mw-100">
Stopping Stopping
<span v-gl-tooltip :title="environment.name" class="text-truncate ml-1 mr-1 flex-fill"> <span v-gl-tooltip :title="environment.name" class="text-truncate ml-1 mr-1 flex-fill">
......
---
title: Update deprecated slot syntax in ./app/assets/javascripts/environments/components/stop_environment_modal.vue
merge_request: 32012
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