mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Add additional fields and restyle Movie select and Gallery select (#4851)
* Add new fields and restyle gallery selector * Add new fields and style movie selector
This commit is contained in:
@@ -215,7 +215,7 @@ export const ScrapedMoviesRow: React.FC<
|
||||
const value = resultValue ?? [];
|
||||
|
||||
const selectValue = value.map((p) => {
|
||||
const aliases: string[] = [];
|
||||
const aliases: string = "";
|
||||
return {
|
||||
id: p.stored_id ?? "",
|
||||
name: p.name ?? "",
|
||||
|
||||
Reference in New Issue
Block a user