refactor: Fix modal input closeOutside prop in configuration.blade.php
This commit is contained in:
parent
ba70451765
commit
84b2af53d8
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
|||
@endif
|
||||
@if ($application->fqdn)
|
||||
<span class="flex gap-1 text-xs">{{ Str::limit($application->fqdn, 60) }}
|
||||
<x-modal-input title="Edit Domains" closeOutside="false">
|
||||
<x-modal-input title="Edit Domains" :closeOutside="false">
|
||||
<x-slot:content>
|
||||
<span class="cursor-pointer">
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
|
|
|
|||
Loading…
Reference in a new issue