mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Rebuild Studio page by splitting view and edit (#1629)
* Rebuild Studio page by splitting view and edit * Fix parent studio id, open studio link in same tab Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -428,7 +428,7 @@ export const StudioSelect: React.FC<
|
||||
IFilterProps & { excludeIds?: string[] }
|
||||
> = (props) => {
|
||||
const { data, loading } = useAllStudiosForFilter();
|
||||
const [createStudio] = useStudioCreate({ name: "" });
|
||||
const [createStudio] = useStudioCreate();
|
||||
|
||||
const exclude = props.excludeIds ?? [];
|
||||
const studios = (data?.allStudios ?? []).filter(
|
||||
|
||||
Reference in New Issue
Block a user