2025-04-13 18:38:16 +00:00
|
|
|
<div class="w-full px-2">
|
|
|
|
|
<x-modal-confirmation buttonFullWidth title="Confirm Team Deletion?" buttonTitle="Delete Team" isErrorButton
|
|
|
|
|
submitAction="delete" :actions="['The current Team will be permanently deleted.']" confirmationText="{{ $team }}"
|
2024-09-05 15:54:32 +00:00
|
|
|
confirmationLabel="Please confirm the execution of the actions by entering the Team Name below"
|
2025-06-30 07:15:23 +00:00
|
|
|
shortConfirmationLabel="Team Name" />
|
2024-08-05 10:03:36 +00:00
|
|
|
</div>
|