1
0
Fork 0
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:
Fedor Katurov 2019-10-20 18:46:55 +07:00
parent f38865b01e
commit 554a2ccfa7

View file

@ -122,7 +122,7 @@ export interface INode {
options: {
flow: {
display: 'single' | 'double' | 'quadro';
display: 'single' | 'vertical' | 'horizontal' | 'quadro';
show_description: boolean;
};
};