2024-08-30 18:00:04 +00:00
|
|
|
<x-modal-confirmation
|
|
|
|
|
title="Confirm Project Deletion?"
|
|
|
|
|
buttonTitle="Delete Project"
|
|
|
|
|
isErrorButton
|
2024-08-31 13:07:50 +00:00
|
|
|
submitAction="delete"
|
2024-08-30 18:00:04 +00:00
|
|
|
:actions="['This will delete the selected project.']"
|
|
|
|
|
confirmationLabel="Please confirm the execution of the actions by entering the Project Name below"
|
|
|
|
|
shortConfirmationLabel="Project Name"
|
|
|
|
|
buttonTitle="Delete Project"
|
2024-08-31 13:07:50 +00:00
|
|
|
confirmationText="{{ $projectName }}"
|
2024-08-30 18:00:04 +00:00
|
|
|
step3ButtonText="Permanently Delete Project"
|
|
|
|
|
/>
|