Refactor campaign recipient and review presentation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
||||
import { Eye, RefreshCw } from "lucide-react";
|
||||
import { useSearchParams } from "react-router-dom";
|
||||
import { useSearchParams } from "react-router";
|
||||
import {
|
||||
Button,
|
||||
Card,
|
||||
@@ -111,6 +111,7 @@ export default function AggregateReportsPage({ settings }: {settings: ApiSetting
|
||||
id: "campaign",
|
||||
header: "i18n:govoplan-campaign.campaign.69390e16",
|
||||
width: "minmax(260px, 1fr)",
|
||||
maxWidth: 680,
|
||||
sortable: true,
|
||||
filterable: true,
|
||||
sticky: "start",
|
||||
|
||||
Reference in New Issue
Block a user