mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 22:54:57 +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>
|
</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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user