Skip to content

Commit

Permalink
Add setValue to DetailsTabsProps
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Sep 24, 2024
1 parent 05429dc commit c4c6cb4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export interface AuthoringTemplateOutletContext {
}

export interface DetailsTabProps {
setValue: UseFormSetValue<EngagementUpdateData>;
setTabs: Dispatch<SetStateAction<TabValues[]>>;
setCurrentTab: Dispatch<SetStateAction<TabValues>>;
setSingleContentValues: Dispatch<SetStateAction<TabValues>>;
Expand Down

0 comments on commit c4c6cb4

Please sign in to comment.