From aced13c7193b3a33c90825253d19b71b6630664d Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 22 Sep 2026 12:18:26 +0530 Subject: [PATCH] change module name of the page of sticker print --- app/Filament/Pages/StickerPrint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Pages/StickerPrint.php b/app/Filament/Pages/StickerPrint.php index f909a98..652cd14 100644 --- a/app/Filament/Pages/StickerPrint.php +++ b/app/Filament/Pages/StickerPrint.php @@ -29,7 +29,7 @@ class StickerPrint extends Page implements HasForms protected static string $view = 'filament.pages.sticker-print'; - protected static ?string $navigationGroup = 'Customized Sticker Printing'; + protected static ?string $navigationGroup = 'Sticker Printing'; public array $filters = []; -- 2.49.1