From 6a6c5c9ee1310c15fd086ad1ce59a145682c119c Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 10 Jul 2021 01:00:12 +0200 Subject: [PATCH] fix: proptype --- src/container/RevueFlow/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/container/RevueFlow/index.tsx b/src/container/RevueFlow/index.tsx index c492a7a1..aeca7911 100644 --- a/src/container/RevueFlow/index.tsx +++ b/src/container/RevueFlow/index.tsx @@ -123,7 +123,7 @@ const RevueFlow = defineComponent({ components: { GraphView }, props: { elements: { - type: Object as PropType, + type: Array as PropType, required: true }, nodeTypesId: {