Commit 0317ecbc authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Mike Greiling

Update deprecated slot syntax in...

Update deprecated slot syntax in `./app/assets/javascripts/performance_bar/components/detailed_metric.vue`
parent 5c94a189
...@@ -116,7 +116,9 @@ export default { ...@@ -116,7 +116,9 @@ export default {
</template> </template>
</table> </table>
<div slot="footer"></div> <template #footer>
<div></div>
</template>
</gl-modal> </gl-modal>
{{ title }} {{ title }}
<request-warning :html-id="htmlId" :warnings="warnings" /> <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