infracloud/dev-scripts/Cdevgohorsejobsfrontendsrcappdashboardsettingsmodal.txt
2026-03-04 05:58:41 -06:00

7 lines
308 B
Text

<ConfirmModal
isOpen={!!deletePlanId}
onClose={() => setDeletePlanId(null)}
onConfirm={confirmDeletePlan}
title="Are you sure you want to delete this plan?"
description="This action cannot be undone."
/>