Commit ce547979 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch...

Merge branch 'update-deprecated-slot-syntax-in-./app/assets/javascripts/pages/admin/users/components/delete_user_modal.vue' into 'master'

Update deprecated slot syntax in `./app/assets/javascripts/pages/admin/users/components/delete_user_modal.vue`

See merge request gitlab-org/gitlab!31992
parents 4677630b 2a418e3e
......@@ -121,7 +121,7 @@ export default {
/>
</form>
</template>
<template slot="modal-footer">
<template #modal-footer>
<gl-deprecated-button variant="secondary" @click="onCancel">{{
s__('Cancel')
}}</gl-deprecated-button>
......
---
title: Update deprecated slot syntax in ./app/assets/javascripts/pages/admin/users/components/delete_user_modal.vue
merge_request: 31992
author: Gilang Gumilar
type: other
......@@ -37,7 +37,6 @@ exports[`User Operation confirmation modal renders modal with form included 1`]
value=""
/>
</form>
<gl-deprecated-button-stub
size="md"
variant="secondary"
......
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