docs: add message property to compose-message component (#24310)
PR Close #24310
This commit is contained in:
parent
82c5313740
commit
0bd2d7bac6
|
@ -15,6 +15,7 @@ export class ComposeMessageComponent {
|
|||
@HostBinding('style.position') position = 'absolute';
|
||||
|
||||
details: string;
|
||||
message: string;
|
||||
sending = false;
|
||||
|
||||
constructor(private router: Router) {}
|
||||
|
|
Loading…
Reference in New Issue