mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Fixed small type that caused wrong breadcrumb
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user