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 a47e2be commit eeb71efCopy full SHA for eeb71ef
src/Filament/Pages/Settings/ManageCachet.php
@@ -52,7 +52,7 @@ public function form(Form $form): Form
52
->numeric()
53
->label(__('cachet::settings.manage_cachet.incident_days_label'))
54
->minValue(1)
55
- ->maxValue(365)
+ ->maxValue(3650)
56
->step(1),
57
58
Forms\Components\TextInput::make('major_outage_threshold')
0 commit comments