release/2025-03-14 - Fix issues caused by 3 of us merging stuff into release, 2 of which are months long.

This commit is contained in:
Dave Richer
2025-03-13 15:28:15 -04:00
parent a36db7cee7
commit 0d6d8e9d7c
2 changed files with 5 additions and 18 deletions

View File

@@ -32,6 +32,7 @@ import ShareToTeamsButton from "../share-to-teams/share-to-teams.component.jsx";
import AddToProduction from "./jobs-detail-header-actions.addtoproduction.util";
import DuplicateJob from "./jobs-detail-header-actions.duplicate.util";
import JobsDetailHeaderActionsToggleProduction from "./jobs-detail-header-actions.toggle-production";
import { useNotification } from "../../contexts/Notifications/notificationContext.jsx";
const mapStateToProps = createStructuredSelector({
bodyshop: selectBodyshop,