We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2345a9d commit 02106eaCopy full SHA for 02106ea
1 file changed
index.ts
@@ -391,7 +391,7 @@ export default class I18nPlugin extends AdminForthPlugin {
391
if (fullyTranslatedFilter) {
392
// remove it from filters because it is virtual field
393
query.filters = query.filters.filter((f: any) => f.field !== 'fully_translated');
394
- if (fullyTranslatedFilter.value[0]) {
+ if (fullyTranslatedFilter.value) {
395
query.filters.push({
396
field: this.options.completedFieldName,
397
value: this.fullCompleatedFieldValue,
0 commit comments