This commit is contained in:
Rizky 2023-10-18 02:21:02 +00:00
parent 4f9323bff7
commit 55e887e107
1 changed files with 4 additions and 3 deletions

View File

@ -65,9 +65,10 @@ else metaOptions = resOpt;
if (
!local.metaFn &&
(local.codeEditing ||
!metaOptions.find((e) => {
return e.value === evalue;
}))
(Array.isArray(metaOptions) &&
!metaOptions.find((e) => {
return e.value === evalue;
})))
) {
return (
<CPCoded