mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
eslint
This commit is contained in:
parent
d9a56255c5
commit
9a8e5efd1a
4 changed files with 27 additions and 12 deletions
|
@ -2,8 +2,9 @@ import { IBlock, INode } from '../types';
|
|||
|
||||
export const EMPTY_BLOCK: IBlock = {
|
||||
type: null,
|
||||
temp_ids: [],
|
||||
attaches: [],
|
||||
files: [],
|
||||
content: null,
|
||||
embeds: [],
|
||||
};
|
||||
|
||||
export const EMPTY_NODE: INode = {
|
||||
|
@ -23,6 +24,6 @@ export const EMPTY_NODE: INode = {
|
|||
flow: {
|
||||
display: 'single',
|
||||
show_description: false,
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue