Commit ba6529a9 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Andrew Fontaine

Update deprecated slot syntax in...

Update deprecated slot syntax in `./app/assets/javascripts/clusters/components/remove_cluster_confirmation.vue`
parent 5f0c1a4c
...@@ -147,7 +147,7 @@ export default { ...@@ -147,7 +147,7 @@ export default {
) )
}}</span> }}</span>
</template> </template>
<template slot="modal-footer"> <template #modal-footer>
<gl-deprecated-button variant="secondary" @click="handleCancel">{{ <gl-deprecated-button variant="secondary" @click="handleCancel">{{
s__('Cancel') s__('Cancel')
}}</gl-deprecated-button> }}</gl-deprecated-button>
......
---
title: Update deprecated slot syntax in ./app/assets/javascripts/clusters/components/remove_cluster_confirmation.vue
merge_request: 32010
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