Commit 761ef054 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch...

Merge branch 'update-deprecated-slot-syntax-in-./app/assets/javascripts/clusters/components/remove_cluster_confirmation.vue' into 'master'

Update deprecated slot syntax in `./app/assets/javascripts/clusters/components/remove_cluster_confirmation.vue`

See merge request gitlab-org/gitlab!32010
parents 97552cee ba6529a9
...@@ -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