bugfix/shelving-154 #168

Merged
alexm merged 28 commits from :bugfix/shelving-154 into dev 2024-02-08 17:28:05 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 1665dbf400 - Show all commits

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')"
/>