Fix recursive loop (#905)

This commit is contained in:
WithoutPants 2020-10-27 12:53:34 +11:00 committed by GitHub
parent c75b5c204d
commit 01227ceb85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -297,7 +297,7 @@ export class StringCriterion extends Criterion {
modifierString = "excludes";
break;
default:
return this.getLabel();
return super.getLabel();
}
const valueString = this.getLabelValue();