mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
refactor: update modal message to match other delete modals in the dashboard
This commit is contained in:
@@ -118,8 +118,8 @@ export const SecretEditRow = ({
|
||||
<DeleteActionModal
|
||||
isOpen={isModalOpen}
|
||||
onClose={toggleModal}
|
||||
title="Confirm Secret Deletion"
|
||||
deleteKey="Delete"
|
||||
title="Do you want to delete the selected secret?"
|
||||
deleteKey="delete"
|
||||
onDeleteApproved={handleDeleteSecret}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user