1
0
forked from poc/pds

Removed commented notifications

This commit is contained in:
dhanabalan
2026-01-13 14:52:27 +05:30
parent f19765ff7b
commit 26b4cd9363
2 changed files with 0 additions and 10 deletions

View File

@@ -340,11 +340,6 @@ class ItemResource extends Resource
$userHas = Filament::auth()->user()->plant_id;
if ($userHas && strlen($userHas) > 0) {
// Notification::make()
// ->title('Choose plant to filter records.')
// ->danger()
// ->seconds(1)
// ->send();
return 'Plant: Choose plant to filter records.';
}
}

View File

@@ -693,11 +693,6 @@ class StickerMasterResource extends Resource
$userHas = Filament::auth()->user()->plant_id;
if ($userHas && strlen($userHas) > 0) {
// Notification::make()
// ->title('Choose plant to filter records.')
// ->danger()
// ->seconds(1)
// ->send();
return 'Plant: Choose plant to filter records.';
}
}