Skip to content

Commit

Permalink
🐛 Fix typos and update sh groups table (#1544)
Browse files Browse the repository at this point in the history
Resolves StakeholderGroups portion of
[MTA-1675](https://issues.redhat.com/browse/MTA-1675)

Signed-off-by: ibolton336 <[email protected]>
  • Loading branch information
ibolton336 authored Nov 15, 2023
1 parent fbabc56 commit 097e971
Show file tree
Hide file tree
Showing 8 changed files with 254 additions and 248 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
import { duplicateNameCheck, getAxiosErrorMessage } from "@app/utils/utils";
import { type TagItemType, useFetchTagsWithTagItems } from "@app/queries/tags";

import { useFetchStakeholderGroups } from "@app/queries/stakeholdergoups";
import { useFetchStakeholderGroups } from "@app/queries/stakeholdergroups";
import { useFetchStakeholders } from "@app/queries/stakeholders";
import { HookFormAutocomplete } from "@app/components/HookFormPFFields";
import { matchItemsToRefs } from "@app/utils/model-utils";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import { useFormContext } from "react-hook-form";

import { useFetchStakeholders } from "@app/queries/stakeholders";
import { useFetchStakeholderGroups } from "@app/queries/stakeholdergoups";
import { useFetchStakeholderGroups } from "@app/queries/stakeholdergroups";
import { HookFormAutocomplete } from "@app/components/HookFormPFFields";
import { AssessmentWizardValues } from "../assessment-wizard/assessment-wizard";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
useCreateStakeholderGroupMutation,
useFetchStakeholderGroups,
useUpdateStakeholderGroupMutation,
} from "@app/queries/stakeholdergoups";
} from "@app/queries/stakeholdergroups";
import { useForm } from "react-hook-form";
import { yupResolver } from "@hookform/resolvers/yup";
import {
Expand Down
Loading

0 comments on commit 097e971

Please sign in to comment.