Commit 71317bc9 authored by Phil Hughes's avatar Phil Hughes

Merge branch...

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

Update deprecated slot syntax in `./app/assets/javascripts/ide/components/ide_tree.vue`

See merge request gitlab-org/gitlab!32022
parents 7521e30e 879036c8
......@@ -42,7 +42,7 @@ export default {
<template>
<ide-tree-list viewer-type="editor">
<template slot="header">
<template #header>
{{ __('Edit') }}
<div class="ide-tree-actions ml-auto d-flex">
<new-entry-button
......
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