Skip to content

Commit

Permalink
refactor: Fix modal input closeOutside prop in configuration.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Sep 26, 2024
1 parent ba70451 commit 84b2af5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 84b2af5

Please sign in to comment.