Commit 3d057a4a authored by Mike Greiling's avatar Mike Greiling

Merge branch...

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

Update deprecated slot syntax in `./app/assets/javascripts/performance_bar/components/detailed_metric.vue`

See merge request gitlab-org/gitlab!32006
parents 770c0924 0317ecbc
......@@ -116,7 +116,9 @@ export default {
</template>
</table>
<div slot="footer"></div>
<template #footer>
<div></div>
</template>
</gl-modal>
{{ title }}
<request-warning :html-id="htmlId" :warnings="warnings" />
......
---
title: Update deprecated slot syntax in ./app/assets/javascripts/performance_bar/components/detailed_metric.vue
merge_request: 32006
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