Skip to content

Commit

Permalink
2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
richford committed Jun 22, 2024
1 parent 8fe821a commit eadae6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "roar-dashboard",
"private": true,
"version": "2.7.4",
"version": "2.7.5",
"scripts": {
"build": "export VITE_FIREBASE_DATA_SOURCE=live && vite build",
"build:sandbox": "export VITE_FIREBASE_DATA_SOURCE=sandbox && vite build",
Expand Down
2 changes: 1 addition & 1 deletion src/components/RoarDataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
@row-unselect="onSelectionChange"
>
<PvColumn
selectionMode="multiple"
selection-mode="multiple"
header-style="background-color: var(--primary-color); border:none;"
:reorderable-column="false"
frozen
Expand Down

0 comments on commit eadae6d

Please sign in to comment.