1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

formatting comment text

This commit is contained in:
muerwre 2019-08-27 21:49:20 +07:00
parent 1990783fa3
commit 59993f5beb
5 changed files with 27 additions and 4 deletions

View file

@ -63,5 +63,5 @@ export const EMPTY_COMMENT: IComment = {
text: '',
files: [],
is_private: false,
owner: null,
user: null,
};

View file

@ -118,7 +118,7 @@ export interface IComment {
text: string;
files: IFile[];
is_private: boolean;
owner: IUser;
user: IUser;
created_at?: string;
update_at?: string;