mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
Fixed small type that caused wrong breadcrumb
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
to="/admin/invoices"
|
to="/admin/invoices"
|
||||||
/>
|
/>
|
||||||
<sw-breadcrumb-item
|
<sw-breadcrumb-item
|
||||||
v-if="$route.name === 'invoice.edit'"
|
v-if="$route.name === 'invoices.edit'"
|
||||||
:title="$t('invoices.edit_invoice')"
|
:title="$t('invoices.edit_invoice')"
|
||||||
to="#"
|
to="#"
|
||||||
active
|
active
|
||||||
|
|||||||
Reference in New Issue
Block a user