mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
stream calendar
This commit is contained in:
@@ -60,7 +60,9 @@ class MeetupTable extends DataTableComponent
|
||||
->sortable(),
|
||||
Column::make(__('Links'),)
|
||||
->label(
|
||||
fn($row, Column $column) => view('columns.meetups.action')->withRow($row)
|
||||
fn($row, Column $column) => view('columns.meetups.action')
|
||||
->withRow($row)
|
||||
->withCountry($this->country)
|
||||
)
|
||||
->collapseOnMobile(),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user