DEV: Boolean -> globalThis.Boolean in gjs template

Globals are no longer directly available in gjs
This commit is contained in:
David Taylor 2024-04-18 17:09:57 +01:00
parent e9e3456f18
commit 7180da1b1c

View File

@ -222,7 +222,7 @@ export default class GlimmerHeader extends Component {
</div> </div>
<PluginOutlet <PluginOutlet
@name="after-header" @name="after-header"
@outletArgs={{hash minimized=(Boolean this.header.topic)}} @outletArgs={{hash minimized=(globalThis.Boolean this.header.topic)}}
/> />
</header> </header>
</template> </template>