refactor: refs #8316 update prefix casing for InvoiceIn component
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2025-01-14 10:01:18 +01:00
parent ecfacd4100
commit bd905ded3a
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ const cols = computed(() => [
<VnSection
:data-key="dataKey"
:columns="cols"
prefix="InvoiceIn"
prefix="invoicein"
:array-data-props="{
url: 'InvoiceIns/filter',
order: ['issued DESC', 'id DESC'],