mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 06:54:46 +02:00
Fix editing egg-variables
This commit is contained in:
parent
8eaf64b5fd
commit
e2353af0d8
@ -462,7 +462,7 @@ class CreateServer extends CreateRecord
|
||||
/** @var Forms\Components\Component $component */
|
||||
foreach ($components as &$component) {
|
||||
$component = $component
|
||||
->live()
|
||||
->live(onBlur: true)
|
||||
->hintIcon('tabler-code')
|
||||
->label(fn (Forms\Get $get) => $get('name'))
|
||||
->hintIconTooltip(fn (Forms\Get $get) => $get('rules'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user