Rename movie components to group (#5038)

This commit is contained in:
WithoutPants
2024-07-03 14:17:02 +10:00
committed by GitHub
parent 2739696813
commit a3e72b61ee
38 changed files with 36 additions and 36 deletions

View File

@@ -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;

View File

@@ -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,