Refactor campaign recipient and review presentation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { useEffect, useState } from "react";
|
||||
import { ExternalLink } from "lucide-react";
|
||||
import { formatDateTime as formatPlatformDateTime, formatDateTimeFromDate, mergeDeltaRows } from "@govoplan/core-webui";
|
||||
import { Link } from "react-router-dom";
|
||||
import { Link } from "react-router";
|
||||
import type { ApiSettings } from "../../types";
|
||||
import { Card } from "@govoplan/core-webui";
|
||||
import { Button } from "@govoplan/core-webui";
|
||||
@@ -72,6 +72,7 @@ export default function CampaignListPage({ settings }: {settings: ApiSettings;})
|
||||
id: "campaign",
|
||||
header: "i18n:govoplan-campaign.campaign.69390e16",
|
||||
width: "minmax(260px, 1.8fr)",
|
||||
maxWidth: 720,
|
||||
sortable: true,
|
||||
filterable: true,
|
||||
sticky: "start",
|
||||
|
||||
Reference in New Issue
Block a user