Refactor storage create form for better usability and validation

This commit is contained in:
Andras Bacsai
2024-05-15 14:10:03 +02:00
parent 56a450a936
commit aa0a9bde76
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<div>
<div class="flex items-start gap-2">
<h1>S3 Storages</h1>
<x-modal-input buttonTitle="+ Add" title="New S3 Storage">
<x-modal-input buttonTitle="+ Add" title="New S3 Storage" :closeOutside="false">
<livewire:storage.create />
</x-modal-input>
</div>