mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 22:23:44 +08:00
DEV: Don't leak the topic model through minimized
arg (#26669)
Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
parent
27d9b53bac
commit
2d5d7b5a33
|
@ -222,7 +222,7 @@ export default class GlimmerHeader extends Component {
|
|||
</div>
|
||||
<PluginOutlet
|
||||
@name="after-header"
|
||||
@outletArgs={{hash minimized=this.header.topic}}
|
||||
@outletArgs={{hash minimized=(Boolean this.header.topic)}}
|
||||
/>
|
||||
</header>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue
Block a user