map for events

This commit is contained in:
Benjamin Takats
2022-12-15 19:51:44 +01:00
parent 0acc344e82
commit 357563a078

View File

@@ -55,6 +55,7 @@ class BitcoinEventTable extends Component
{ {
return to_route('bitcoinEvent.table.bitcoinEvent', [ return to_route('bitcoinEvent.table.bitcoinEvent', [
'country' => $this->country->code, 'country' => $this->country->code,
'year' => $this->year,
'table' => [ 'table' => [
'filters' => [ 'filters' => [
'byid' => $id, 'byid' => $id,