Skip to content

Commit b959d91

Browse files
authored
wip
1 parent dbade39 commit b959d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Filament/Resources/Users/UserResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static function form(Schema $schema): Schema
6565
DateTimePicker::make('threads_access_token_expires_at')
6666
->columnSpan(2),
6767
])->columns(6),
68-
]);
68+
])->columns(1);
6969
}
7070

7171
public static function table(Table $table): Table

0 commit comments

Comments
 (0)