Skip to content

Commit

Permalink
Merge pull request #157 from Sanketika-Obsrv/open-source
Browse files Browse the repository at this point in the history
fix: #OBS-I466 folder name updated
  • Loading branch information
HarishGangula authored Jan 7, 2025
2 parents 6105c54 + c191b32 commit fec9c37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useEffect, useState } from "react";
import { Box, Typography } from "@mui/material";
import { DatasetStatus } from "types/datasets";
import Loader from "components/Loader";
import ReviewAllCongurations from "pages/DatasetView";
import ReviewAllCongurations from "pages/datasetView";
import { useAlert } from "contexts/AlertContextProvider";
import { getDatasetState } from "services/datasetV1";
import { NotFound } from "pages/NotFound/NotFound";
Expand Down

0 comments on commit fec9c37

Please sign in to comment.