Skip to content

Commit 84b2af5

Browse files
committed
refactor: Fix modal input closeOutside prop in configuration.blade.php
1 parent ba70451 commit 84b2af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/project/service/configuration.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
@endif
7777
@if ($application->fqdn)
7878
<span class="flex gap-1 text-xs">{{ Str::limit($application->fqdn, 60) }}
79-
<x-modal-input title="Edit Domains" closeOutside="false">
79+
<x-modal-input title="Edit Domains" :closeOutside="false">
8080
<x-slot:content>
8181
<span class="cursor-pointer">
8282
<svg xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)