fix : corrections frontend

This commit is contained in:
2026-02-26 09:24:24 +01:00
parent a4b48712fc
commit 0e757fef29
2 changed files with 11 additions and 9 deletions

View File

@@ -14,6 +14,7 @@
:min="0"
:max="10"
wrapperClass="w-44 flex-col"
inputClass="font-medium"
/>
</div>
<UiNumberInput
@@ -21,6 +22,7 @@
v-model="localOtherQuantity"
:disabled="!isAdmin"
wrapperClass="w-44 flex-col"
inputClass="font-medium"
/>
</div>
</form>