invoices first
This commit is contained in:
parent
8cda2f3465
commit
c50e45803a
1 changed files with 2 additions and 2 deletions
|
|
@ -92,8 +92,8 @@ page_container %}
|
|||
////////////////// TABLES /////////////////
|
||||
/////////////////////////////////////////// -->
|
||||
<q-tabs v-model="tab" no-caps class="bg-dark text-white shadow-2">
|
||||
<q-tab name="tokens" label="Tokens"></q-tab>
|
||||
<q-tab name="invoices" label="Invoices"></q-tab>
|
||||
<q-tab name="tokens" label="Tokens"></q-tab>
|
||||
<q-tab name="history" label="History"></q-tab>
|
||||
</q-tabs>
|
||||
<q-tab-panels v-model="tab">
|
||||
|
|
@ -874,7 +874,7 @@ page_container %}
|
|||
showReceiveTokens: false,
|
||||
promises: [],
|
||||
tokens: [],
|
||||
tab: 'tokens',
|
||||
tab: 'invoices',
|
||||
|
||||
receive: {
|
||||
show: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue