fix new user bug (#197)

This commit is contained in:
Saeed Vaziry
2024-05-09 00:55:52 +02:00
committed by GitHub
parent 179aefefac
commit 016886f307
9 changed files with 219 additions and 5 deletions

View File

@ -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>