fix: cleanup unused imports, restore campaigns, fix settings pagination syntax

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-19 16:42:04 +05:30
parent 567f9f2d72
commit 941b51731f
4 changed files with 6 additions and 10 deletions

View File

@@ -122,7 +122,7 @@ export const CampaignsPage = () => {
iconLeading={({ className }: { className?: string }) => (
<FontAwesomeIcon icon={faPenToSquare} className={className} />
)}
onClick={(e) => {
onClick={(e: React.MouseEvent) => {
e.preventDefault();
e.stopPropagation();
setEditCampaign(campaign);