7 lines
308 B
Text
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."
|
|
/>
|