fix: update status label from Pending to Waiting in MainPage component
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
puriphatt 2025-06-18 14:31:50 +07:00
parent 860b0b8f47
commit d831cd0799

View file

@ -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',
},