PerformerSelect Tagger bugfixes (#4148)

* Fix Tagger PerformerSelect active highlight
* Clear select on skip
* Add back react-select className
This commit is contained in:
DingDongSoLong4
2023-09-25 03:55:36 +02:00
committed by GitHub
parent 22350d38bc
commit ce55392461
6 changed files with 39 additions and 31 deletions

View File

@@ -147,7 +147,7 @@ export const ScrapedPerformersRow: React.FC<
return (
<PerformerSelect
isMulti
className="form-control react-select"
className="form-control"
isDisabled={!isNew}
onSelect={(items) => {
if (onChangeFn) {