DEV: remove sidebar outlet (#17683)

That outlet was a temporary solution and is not used anymore
This commit is contained in:
Krzysztof Kotlarek 2022-07-27 18:42:34 +10:00 committed by GitHub
parent c787254427
commit fd6fabc83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -46,8 +46,4 @@
{{/each}}
</Sidebar::Section>
{{/each}}
{{!-- DO NOT USE, this outlet is temporary and will be removed. --}}
{{!-- Outlet will be replaced with sidebar API. --}}
<PluginOutlet @name="after-sidebar" />
</div>