🐛 fix: Update default inventory value in SubscribeForm to -1 for better handling of inventory state
This commit is contained in:
parent
0690debf6c
commit
2f50c6df33
@ -63,7 +63,7 @@ interface SubscribeFormProps<T> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const defaultValues = {
|
const defaultValues = {
|
||||||
inventory: 0,
|
inventory: -1,
|
||||||
speed_limit: 0,
|
speed_limit: 0,
|
||||||
device_limit: 0,
|
device_limit: 0,
|
||||||
traffic: 0,
|
traffic: 0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user