fix: update status label from Pending to Waiting in MainPage component
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
860b0b8f47
commit
d831cd0799
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ watch(
|
|||
:branch="[
|
||||
{
|
||||
icon: 'icon-park-outline:loading-one',
|
||||
count: stats[CreditNoteStatus.Pending] || 0,
|
||||
count: stats[CreditNoteStatus.Waiting] || 0,
|
||||
label: `creditNote.status.${CreditNoteStatus.Waiting}`,
|
||||
color: 'light-yellow',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue