mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
changed flow cell types
This commit is contained in:
parent
f38865b01e
commit
554a2ccfa7
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ export interface INode {
|
|||
|
||||
options: {
|
||||
flow: {
|
||||
display: 'single' | 'double' | 'quadro';
|
||||
display: 'single' | 'vertical' | 'horizontal' | 'quadro';
|
||||
show_description: boolean;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue