Skip to content

Commit

Permalink
filter pending label
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Aug 14, 2024
1 parent 1b0034b commit 5a5ce15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/HistoryTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
dense
@click="filterPending = !filterPending"
:color="filterPending ? 'primary' : 'grey'"
:label="filterPending ? 'Show all' : 'Only pending'"
:label="filterPending ? 'Show all' : 'Filter pending'"
class="q-ml-sm q-px-md"
size="sm"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/InvoicesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
dense
@click="filterPending = !filterPending"
:color="filterPending ? 'primary' : 'grey'"
:label="filterPending ? 'Show all' : 'Only pending'"
:label="filterPending ? 'Show all' : 'Filter pending'"
class="q-ml-sm q-px-md"
size="sm"
/>
Expand Down

0 comments on commit 5a5ce15

Please sign in to comment.