Skip to content

Commit

Permalink
Merge pull request #313 from Arnei/tobira-series-integration
Browse files Browse the repository at this point in the history
Port Tobira integration
  • Loading branch information
Arnei authored Sep 5, 2024
2 parents b137dd1 + 22774f2 commit b9e38a4
Show file tree
Hide file tree
Showing 21 changed files with 959 additions and 24 deletions.
2 changes: 2 additions & 0 deletions src/components/events/Series.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import {
fetchSeriesThemes,
showActionsSeries,
} from "../../slices/seriesSlice";
import { fetchSeriesDetailsTobiraNew } from "../../slices/seriesSlice";

// References for detecting a click outside of the container of the dropdown menu
const containerAction = React.createRef<HTMLDivElement>();
Expand Down Expand Up @@ -127,6 +128,7 @@ const Series = () => {
const showNewSeriesModal = async () => {
await dispatch(fetchSeriesMetadata());
await dispatch(fetchSeriesThemes());
await dispatch(fetchSeriesDetailsTobiraNew("/"));

setNewSeriesModal(true);
};
Expand Down
Loading

0 comments on commit b9e38a4

Please sign in to comment.