mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Allow no product for shopping list items & always in-/decrement by 1 when using the number input arrow buttons (fixes #964)
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
'id' => 'amount',
|
||||
'label' => 'Amount',
|
||||
'min' => 0,
|
||||
'step' => 1,
|
||||
'isRequired' => false,
|
||||
'value' => 1
|
||||
))
|
||||
|
Reference in New Issue
Block a user