fix(webui): bind consequential campaign controls to help
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-24 11:36:33 +02:00
parent c21fb4cf7c
commit 1b32427813
12 changed files with 30 additions and 18 deletions
@@ -433,6 +433,8 @@ export default function CampaignOverviewPage({ settings, auth, campaignId }: {se
destructiveActions={<>
{canDelete && <Button
variant="danger"
helpContextId="campaign.overview"
helpModuleId="campaigns"
onClick={() => void prepareLifecycleAction("delete_campaign")}
disabled={loading || savingIdentity || lockBusy || lifecycleBusy || identityDirty}
disabledReason={identityDirty ? "Save or discard overview changes before deleting." : undefined}>