Merge pull request #354 from habibhaidari1/master

Fixed small typo that caused wrong breadcrumb
This commit is contained in:
Mohit Panjwani
2021-03-22 12:42:33 +05:30
committed by GitHub

View File

@ -15,7 +15,7 @@
to="/admin/invoices"
/>
<sw-breadcrumb-item
v-if="$route.name === 'invoice.edit'"
v-if="$route.name === 'invoices.edit'"
:title="$t('invoices.edit_invoice')"
to="#"
active