We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3ad03 commit 708b404Copy full SHA for 708b404
app/Filament/Resources/Products/Schemas/ProductForm.php
@@ -43,7 +43,7 @@ public static function configure(Schema $schema): Schema
43
->columnSpan(1)
44
->label("Snooze Notification Until"),
45
46
- TextInput::make('max_notifications')
+ TextInput::make('max_notifications_daily')
47
->label("Max Notification Sent Daily")
48
->integer()
49
->minValue(0)
0 commit comments