fix
This commit is contained in:
parent
4f9323bff7
commit
55e887e107
|
|
@ -65,9 +65,10 @@ else metaOptions = resOpt;
|
|||
if (
|
||||
!local.metaFn &&
|
||||
(local.codeEditing ||
|
||||
(Array.isArray(metaOptions) &&
|
||||
!metaOptions.find((e) => {
|
||||
return e.value === evalue;
|
||||
}))
|
||||
})))
|
||||
) {
|
||||
return (
|
||||
<CPCoded
|
||||
|
|
|
|||
Loading…
Reference in New Issue