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 30866fb commit fded382Copy full SHA for fded382
app/Filament/Resources/UserResource.php
@@ -102,7 +102,7 @@ public static function table(Table $table): Table
102
->url(fn (User $record) => 'https://app.anystack.sh/contacts/'.$record->anystack_contact_id)
103
->openUrlInNewTab()
104
->visible(fn (User $record) => filled($record->anystack_contact_id)),
105
- ])->label('Actions')->icon('heroicon-m-ellipsis-vertical')
+ ])->label('Actions')->icon('heroicon-m-ellipsis-vertical'),
106
])
107
->bulkActions([
108
Tables\Actions\BulkActionGroup::make([
0 commit comments