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

proper cell links

This commit is contained in:
muerwre 2019-08-25 13:35:02 +07:00
parent 603e78b5ba
commit e38a046eb7
4 changed files with 13 additions and 7 deletions

View file

@ -84,7 +84,7 @@ export interface IBlock {
}
export interface INode {
id?: UUID;
id?: number;
user_id: UUID;
title: string;