fix
This commit is contained in:
@ -8,6 +8,8 @@ import { MessageService } from '../message.service';
|
||||
})
|
||||
export class MessagesComponent implements OnInit {
|
||||
|
||||
collapse: boolean = false
|
||||
|
||||
constructor(public messageService: MessageService) { }
|
||||
|
||||
ngOnInit(): void {
|
||||
|
Reference in New Issue
Block a user