Refactor storage create form for better usability and validation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user