From 4b857f723c50eac26ebb7021a86057ad509f0005 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Mon, 22 Dec 2025 17:57:52 +0530 Subject: [PATCH] hidden the sticker_id_live form in resource --- app/Filament/Resources/StickerStructureDetailResource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Resources/StickerStructureDetailResource.php b/app/Filament/Resources/StickerStructureDetailResource.php index 95618a7..3f254b0 100644 --- a/app/Filament/Resources/StickerStructureDetailResource.php +++ b/app/Filament/Resources/StickerStructureDetailResource.php @@ -66,7 +66,7 @@ class StickerStructureDetailResource extends Resource Forms\Components\Hidden::make('updated_by') ->label('Updated By') ->default(Filament::auth()->user()?->name), - Forms\Components\TextInput::make('sticker_id_live') + Forms\Components\Hidden::make('sticker_id_live') ->default(fn ($get) => $get('sticker_id')) ->reactive() ->afterStateUpdated(function ($state, callable $set) {