Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Apr 25, 2024
1 parent e1b6f09 commit b1eac64
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 @@ -5,7 +5,7 @@
</v-tooltip>
<v-data-table
class="data-table"
:headers="(tableHeaders as any)"
:headers="tableHeaders as any"
:items="tableData"
:expanded="editedSeriesIds"
:items-per-page-options="itemsPerPageOptions"
Expand Down

0 comments on commit b1eac64

Please sign in to comment.