Fix editing egg-variables

This commit is contained in:
notCharles 2024-05-06 19:13:54 -04:00 committed by Lance Pioch
parent 8eaf64b5fd
commit e2353af0d8

View File

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