From 2f50c6df3345e26bc92f5730bc8b891d0515a367 Mon Sep 17 00:00:00 2001 From: "web@ppanel" Date: Mon, 29 Dec 2025 09:03:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Update=20default=20invent?= =?UTF-8?q?ory=20value=20in=20SubscribeForm=20to=20-1=20for=20better=20han?= =?UTF-8?q?dling=20of=20inventory=20state?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/admin/src/sections/product/subscribe-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/admin/src/sections/product/subscribe-form.tsx b/apps/admin/src/sections/product/subscribe-form.tsx index 884d45c..4c06eb4 100644 --- a/apps/admin/src/sections/product/subscribe-form.tsx +++ b/apps/admin/src/sections/product/subscribe-form.tsx @@ -63,7 +63,7 @@ interface SubscribeFormProps { } const defaultValues = { - inventory: 0, + inventory: -1, speed_limit: 0, device_limit: 0, traffic: 0,