delete project confirmation

This commit is contained in:
ayntk-ai
2024-08-31 15:07:50 +02:00
parent 830c047ccf
commit b656cabb33
2 changed files with 9 additions and 4 deletions

View File

@@ -2,12 +2,11 @@
title="Confirm Project Deletion?"
buttonTitle="Delete Project"
isErrorButton
action="delete_project"
submitAction="delete"
:actions="['This will delete the selected project.']"
confirmationLabel="Please confirm the execution of the actions by entering the Project Name below"
shortConfirmationLabel="Project Name"
submitAction="delete_project"
buttonTitle="Delete Project"
confirmText="{{ $projectName }}"
confirmationText="{{ $projectName }}"
step3ButtonText="Permanently Delete Project"
/>