mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Rename movie components to group (#5038)
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
} from "src/components/Shared/ScrapeDialog/scrapeResult";
|
||||
import { TagSelect } from "src/components/Tags/TagSelect";
|
||||
import { StudioSelect } from "src/components/Studios/StudioSelect";
|
||||
import { GroupSelect } from "src/components/Movies/MovieSelect";
|
||||
import { GroupSelect } from "src/components/Groups/GroupSelect";
|
||||
|
||||
interface IScrapedStudioRow {
|
||||
title: string;
|
||||
|
||||
@@ -9,7 +9,7 @@ import {
|
||||
import { ObjectScrapeResult, ScrapeResult } from "./scrapeResult";
|
||||
import { useIntl } from "react-intl";
|
||||
import { scrapedPerformerToCreateInput } from "src/core/performers";
|
||||
import { scrapedGroupToCreateInput } from "src/core/movies";
|
||||
import { scrapedGroupToCreateInput } from "src/core/groups";
|
||||
|
||||
function useCreateObject<T>(
|
||||
entityTypeID: string,
|
||||
|
||||
Reference in New Issue
Block a user