Skip to content

Commit

Permalink
[TSVB] Weird behavior after upgrading to 7.13.1 #101590 (#102942)
Browse files Browse the repository at this point in the history
Closes: #101590
  • Loading branch information
alexwizp authored Jun 23, 2021
1 parent dbbfdbc commit fa5216f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export function FieldSelect({
selectedOptions = [{ label: value!, id: 'INVALID_FIELD' }];
}
} else {
if (value && !selectedOptions.length) {
if (value && fields[fieldsSelector] && !selectedOptions.length) {
onChange([]);
}
}
Expand Down

0 comments on commit fa5216f

Please sign in to comment.