mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Fix incorrect performer data being sent and submitted when multiple stash-box endpoints configured (#3543)
* Show performer stash id for selected instance * Fix incorrect select value in SubmitDraft modal
This commit is contained in:
@@ -96,6 +96,7 @@ export const SubmitStashBoxDraft: React.FC<IProps> = ({
|
||||
<Form.Control
|
||||
as="select"
|
||||
onChange={handleSelectBox}
|
||||
value={selectedBoxIndex}
|
||||
className="col-6 input-control"
|
||||
>
|
||||
{boxes.map((box, i) => (
|
||||
|
||||
Reference in New Issue
Block a user