FIX: ChatComposerMessageDetails icon was always edit (#21340)
This commit is contained in:
parent
bc236119d3
commit
bfd3bd5516
|
@ -7,7 +7,7 @@
|
|||
this.currentMessage
|
||||
this.currentMessage.inReplyTo
|
||||
}}
|
||||
@icon="pencil-alt"
|
||||
@icon={{if this.currentMessage.editing "pencil-alt" "reply"}}
|
||||
@cancelAction={{this.onCancel}}
|
||||
/>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue