mirror of
https://github.com/discourse/discourse.git
synced 2025-04-23 00:24:27 +08:00
DEV: Partially revert 98c49acad5fbacee543505313998e4f05d0b35c7 (#16578)
Use of glimmer component breaks site not on Ember CLI.
This commit is contained in:
parent
0f7b198ca0
commit
532f9cdb1a
app/assets/javascripts/discourse/app
@ -1,3 +0,0 @@
|
||||
import GlimmerComponent from "discourse/components/glimmer";
|
||||
|
||||
export default class Sidebar extends GlimmerComponent {}
|
@ -26,10 +26,6 @@
|
||||
{{plugin-outlet name="top-notices" connectorTagName="div" args=(hash currentPath=router._router.currentPath)}}
|
||||
</div>
|
||||
|
||||
{{#if currentUser.experimental_sidebar_enabled}}
|
||||
<Sidebar />
|
||||
{{/if}}
|
||||
|
||||
{{outlet}}
|
||||
{{outlet "user-card"}}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user