Skip to content

Commit 708b404

Browse files
committed
fix max notification daily wasn't saved.
1 parent 6a3ad03 commit 708b404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Filament/Resources/Products/Schemas/ProductForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static function configure(Schema $schema): Schema
4343
->columnSpan(1)
4444
->label("Snooze Notification Until"),
4545

46-
TextInput::make('max_notifications')
46+
TextInput::make('max_notifications_daily')
4747
->label("Max Notification Sent Daily")
4848
->integer()
4949
->minValue(0)

0 commit comments

Comments
 (0)