From 554a2ccfa7730fe107cb3819690cebb609241187 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Sun, 20 Oct 2019 18:46:55 +0700 Subject: [PATCH] changed flow cell types --- src/redux/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redux/types.ts b/src/redux/types.ts index c8cb11f8..a849deab 100644 --- a/src/redux/types.ts +++ b/src/redux/types.ts @@ -122,7 +122,7 @@ export interface INode { options: { flow: { - display: 'single' | 'double' | 'quadro'; + display: 'single' | 'vertical' | 'horizontal' | 'quadro'; show_description: boolean; }; };