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