mirror of
https://github.com/stashapp/stash.git
synced 2026-04-20 14:04:51 +02:00
Fix recursive loop (#905)
This commit is contained in:
parent
c75b5c204d
commit
01227ceb85
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ export class StringCriterion extends Criterion {
|
|||
modifierString = "excludes";
|
||||
break;
|
||||
default:
|
||||
return this.getLabel();
|
||||
return super.getLabel();
|
||||
}
|
||||
|
||||
const valueString = this.getLabelValue();
|
||||
|
|
|
|||
Loading…
Reference in a new issue