mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-28 06:16:39 +07:00
fixed lab node creation bug
This commit is contained in:
parent
b7aae5eccd
commit
e2a69b2b2e
3 changed files with 17 additions and 8 deletions
|
@ -25,7 +25,7 @@ export type GetLabNodesRequest = {
|
|||
|
||||
export interface ILabNode {
|
||||
node: INode;
|
||||
last_seen: string | null;
|
||||
last_seen: string | null | undefined;
|
||||
comment_count: number;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue