mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +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: {
|
options: {
|
||||||
flow: {
|
flow: {
|
||||||
display: 'single' | 'double' | 'quadro';
|
display: 'single' | 'vertical' | 'horizontal' | 'quadro';
|
||||||
show_description: boolean;
|
show_description: boolean;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue