Skip to content

Commit

Permalink
Hotfix remove duplicated decodId
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip authored Oct 15, 2024
1 parent be55d4e commit ac600cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ContributionPlanBundleContributionPlans.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ import DeleteIcon from '@material-ui/icons/Delete';
import { DEFAULT_PAGE_SIZE, ROWS_PER_PAGE_OPTIONS } from "../constants";
import CreateContributionPlanBundleDetailsDialog from "../dialogs/CreateContributionPlanBundleDetailsDialog";
import UpdateContributionPlanBundleDetailsDialog from "../dialogs/UpdateContributionPlanBundleDetailsDialog";
import {
decodeId,
} from "@openimis/fe-core";

const styles = theme => ({
tableTitle: theme.table.title,
Expand Down

0 comments on commit ac600cb

Please sign in to comment.