summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/src/routes/workspace
diff options
context:
space:
mode:
Diffstat (limited to 'packages/console/app/src/routes/workspace')
-rw-r--r--packages/console/app/src/routes/workspace/[id]/billing/reload-section.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/console/app/src/routes/workspace/[id]/billing/reload-section.tsx b/packages/console/app/src/routes/workspace/[id]/billing/reload-section.tsx
index 67a74d9fe..6be6ddf31 100644
--- a/packages/console/app/src/routes/workspace/[id]/billing/reload-section.tsx
+++ b/packages/console/app/src/routes/workspace/[id]/billing/reload-section.tsx
@@ -28,8 +28,6 @@ const setReload = action(async (form: FormData) => {
reload: reloadValue,
...(reloadValue
? {
- reloadTrigger: Billing.CHARGE_THRESHOLD_DOLLAR,
- reloadAmount: Billing.CHARGE_AMOUNT_DOLLAR,
reloadError: null,
timeReloadError: null,
}