fixes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<div x-data="{ deleteProject: false }">
|
||||
<x-naked-modal show="deleteProject" message='Are you sure you would like to delete this project?' />
|
||||
<x-naked-modal show="deleteProject" title="Delete Project"
|
||||
message='This project will be deleted. It is not reversible. <br>Please think again.' />
|
||||
<x-forms.button x-on:click.prevent="deleteProject = true">
|
||||
Delete Project
|
||||
</x-forms.button>
|
||||
|
||||
Reference in New Issue
Block a user