DEV: Don't leak the topic model through minimized arg (#26669)

Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
Jarek Radosz 2024-04-18 13:17:09 +02:00 committed by GitHub
parent 27d9b53bac
commit 2d5d7b5a33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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=this.header.topic}} @outletArgs={{hash minimized=(Boolean this.header.topic)}}
/> />
</header> </header>
</template> </template>