There was an error while loading. Please reload this page.
1 parent d30447a commit ba368f0Copy full SHA for ba368f0
1 file changed
src/Filament/Pages/Settings/ManageCachet.php
@@ -81,6 +81,7 @@ public function form(Schema $schema): Schema
81
]),
82
83
Section::make(__('cachet::settings.manage_cachet.display_settings_title'))
84
+ ->columns(2)
85
->schema([
86
Toggle::make('dashboard_login_link')
87
->label(__('cachet::settings.manage_cachet.toggles.show_dashboard_link')),
0 commit comments