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

flow grid appearance

This commit is contained in:
Fedor Katurov 2019-10-23 12:33:57 +07:00
parent 2f73e9ad29
commit a6385cf4cf
2 changed files with 7 additions and 5 deletions

View file

@ -54,11 +54,9 @@ export const EMPTY_NODE: INode = {
blocks: [],
tags: [],
options: {
flow: {
display: 'single',
show_description: false,
},
flow: {
display: 'single',
show_description: false,
},
};