Skip to content

Commit

Permalink
Fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Apr 25, 2024
1 parent b94dd36 commit e1b6f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table/TimeSeriesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class="data-table"
:headers="(tableHeaders as any)"
:items="tableData"
:expanded="selected"
:expanded="editedSeriesIds"
:items-per-page-options="itemsPerPageOptions"
items-per-page="200"
item-value="date"
Expand Down

0 comments on commit e1b6f09

Please sign in to comment.