2023-07-28 11:31:47 +00:00
|
|
|
<div>
|
|
|
|
<x-modal yesOrNo modalId="deleteProject" modalTitle="Delete Project">
|
|
|
|
<x-slot:modalBody>
|
|
|
|
<p>This project will be deleted. It is not reversible. <br>Please think again.</p>
|
|
|
|
</x-slot:modalBody>
|
|
|
|
</x-modal>
|
|
|
|
<x-forms.button isError isModal modalId="deleteProject">
|
2023-06-16 10:35:40 +00:00
|
|
|
Delete Project
|
|
|
|
</x-forms.button>
|
2023-05-09 09:33:50 +00:00
|
|
|
</div>
|