Commit 9422dbc2 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Paul Slaughter

Update deprecated slot syntax in...

Update deprecated slot syntax in `./app/assets/javascripts/confidential_merge_request/components/dropdown.vue`
parent 9c8a11ad
...@@ -39,7 +39,7 @@ export default { ...@@ -39,7 +39,7 @@ export default {
<template> <template>
<gl-dropdown toggle-class="d-flex align-items-center w-100" class="w-100"> <gl-dropdown toggle-class="d-flex align-items-center w-100" class="w-100">
<template slot="button-content"> <template #button-content>
<span class="str-truncated-100 mr-2"> <span class="str-truncated-100 mr-2">
<icon name="lock" /> <icon name="lock" />
{{ dropdownText }} {{ dropdownText }}
......
---
title: Update deprecated slot syntax in ./app/assets/javascripts/confidential_merge_request/components/dropdown.vue
merge_request: 31999
author: Gilang Gumilar
type: changed
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