Skip to content

Commit fded382

Browse files
committed
pint
1 parent 30866fb commit fded382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Filament/Resources/UserResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public static function table(Table $table): Table
102102
->url(fn (User $record) => 'https://app.anystack.sh/contacts/'.$record->anystack_contact_id)
103103
->openUrlInNewTab()
104104
->visible(fn (User $record) => filled($record->anystack_contact_id)),
105-
])->label('Actions')->icon('heroicon-m-ellipsis-vertical')
105+
])->label('Actions')->icon('heroicon-m-ellipsis-vertical'),
106106
])
107107
->bulkActions([
108108
Tables\Actions\BulkActionGroup::make([

0 commit comments

Comments
 (0)