mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added error display
This commit is contained in:
parent
b4d55a49ba
commit
7d09eb26f5
7 changed files with 45 additions and 4 deletions
|
@ -146,6 +146,7 @@ export interface IComment {
|
|||
files: IFile[];
|
||||
is_private: boolean;
|
||||
user: IUser;
|
||||
error?: string;
|
||||
|
||||
created_at?: string;
|
||||
update_at?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue