mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:12:45 +08:00
DEV: Boolean
-> globalThis.Boolean
in gjs template
Globals are no longer directly available in gjs
This commit is contained in:
parent
e9e3456f18
commit
7180da1b1c
|
@ -222,7 +222,7 @@ export default class GlimmerHeader extends Component {
|
|||
</div>
|
||||
<PluginOutlet
|
||||
@name="after-header"
|
||||
@outletArgs={{hash minimized=(Boolean this.header.topic)}}
|
||||
@outletArgs={{hash minimized=(globalThis.Boolean this.header.topic)}}
|
||||
/>
|
||||
</header>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue
Block a user