Merge pull request #52 from seanmorley15/development

Development
This commit is contained in:
Sean Morley
2024-04-30 09:59:42 -04:00
committed by GitHub
3 changed files with 33 additions and 24 deletions

View File

@@ -85,7 +85,8 @@
class="input input-bordered w-full max-w-xs"
/>
</div>
<button class="btn btn-primary mr-4 mt-4" on:click={create}>Save</button
<button class="btn btn-primary mr-4 mt-4" on:click={create}
>Create</button
>
<!-- if there is a button in form, it will close the modal -->
<button class="btn mt-4" on:click={close}>Close</button>