Fix shelving priority field
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Kevin Martinez 2024-02-05 22:00:44 -03:00
parent ea9a9323e7
commit 1665dbf400
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ const onSave = () => {
<div class="col">
<VnInput
v-model="data.priority"
type="number"
:label="t('shelving.basicData.priority')"
:rules="validate('Shelving.priority')"
/>