mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Include database cover in draft submission if filesystem version not present (#3465)
* Fix styling of stash-box dropdown * Use cover blob in draft submission if present
This commit is contained in:
@@ -96,7 +96,7 @@ export const SubmitStashBoxDraft: React.FC<IProps> = ({
|
||||
<Form.Control
|
||||
as="select"
|
||||
onChange={handleSelectBox}
|
||||
className="col-6"
|
||||
className="col-6 input-control"
|
||||
>
|
||||
{boxes.map((box, i) => (
|
||||
<option value={i} key={`${box.endpoint}-${i}`}>
|
||||
|
||||
Reference in New Issue
Block a user