@@ -78,6 +78,9 @@
if (Array.isArray(props.value)) {
return props.value;
}
+ if (Array.isArray(props.targetKeys)){
+ return props.targetKeys;
+ }
return [];
});