mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
PerformerSelect Tagger bugfixes (#4148)
* Fix Tagger PerformerSelect active highlight * Clear select on skip * Add back react-select className
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user