Skip to content

Commit

Permalink
Merge branch 'develop' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
FaXaq committed Nov 13, 2024
2 parents ccc27af + 4132d66 commit b21a452
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { CartoGraph } from "@/components/CartoGraph";
import { ExportMenuButton } from "@/components/ExportMenuButton";
import { downloadCsv, downloadExcel } from "@/utils/downloadExport";
import { formatPercentageWithoutSign } from "@/utils/formatUtils";

export type IndicateurType = "tauxTransformation" | "ratioFermeture";

export const CartoSection = ({
Expand Down
1 change: 0 additions & 1 deletion ui/app/(wrapped)/intentions/saisie/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import type { Campagnes, Filters } from "@/app/(wrapped)/intentions/saisie/types
import { isSaisieDisabled } from "@/app/(wrapped)/intentions/saisie/utils/isSaisieDisabled";
import { AdvancedExportMenuButton } from "@/components/AdvancedExportMenuButton";
import { CampagneStatutTag } from "@/components/CampagneStatutTag";
import { ExportMenuButton } from "@/components/ExportMenuButton";
import { Multiselect } from "@/components/Multiselect";
import { SearchInput } from "@/components/SearchInput";
import { downloadCsv, downloadExcel } from "@/utils/downloadExport";
Expand Down

0 comments on commit b21a452

Please sign in to comment.