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:
parent
2f73e9ad29
commit
a6385cf4cf
2 changed files with 7 additions and 5 deletions
|
@ -54,11 +54,9 @@ export const EMPTY_NODE: INode = {
|
|||
blocks: [],
|
||||
tags: [],
|
||||
|
||||
options: {
|
||||
flow: {
|
||||
display: 'single',
|
||||
show_description: false,
|
||||
},
|
||||
flow: {
|
||||
display: 'single',
|
||||
show_description: false,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue