mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
fix new user bug (#197)
This commit is contained in:
@ -432,7 +432,7 @@ class="-ml-1 mr-1.5 h-[18px] w-[18px]"
|
||||
></path>
|
||||
</svg>
|
||||
<p
|
||||
class="text-[13px] font-medium leading-none text-gray-800 dark:text-white"
|
||||
class="font-medium leading-none text-gray-800 dark:text-white"
|
||||
x-text="toast.message"
|
||||
></p>
|
||||
</div>
|
||||
|
@ -27,10 +27,13 @@
|
||||
<div class="flex items-center">
|
||||
<div class="inline">
|
||||
<x-icon-button
|
||||
id="edit-{{ $sourceControl->id }}"
|
||||
hx-get="{{ route('settings.source-controls', ['edit' => $sourceControl->id]) }}"
|
||||
hx-replace-url="true"
|
||||
hx-select="#edit"
|
||||
hx-target="#edit"
|
||||
hx-ext="disable-element"
|
||||
hx-disable-element="#edit-{{ $sourceControl->id }}"
|
||||
>
|
||||
<x-heroicon name="o-pencil" class="h-5 w-5" />
|
||||
</x-icon-button>
|
||||
|
Reference in New Issue
Block a user