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 dbade39 commit b959d91Copy full SHA for b959d91
1 file changed
app/Filament/Resources/Users/UserResource.php
@@ -65,7 +65,7 @@ public static function form(Schema $schema): Schema
65
DateTimePicker::make('threads_access_token_expires_at')
66
->columnSpan(2),
67
])->columns(6),
68
- ]);
+ ])->columns(1);
69
}
70
71
public static function table(Table $table): Table
0 commit comments