diff --git a/src/routes/applications/[id]/secrets/_BatchSecrets.svelte b/src/routes/applications/[id]/secrets/_BatchSecrets.svelte
index 38af130c9..8d0a65aee 100644
--- a/src/routes/applications/[id]/secrets/_BatchSecrets.svelte
+++ b/src/routes/applications/[id]/secrets/_BatchSecrets.svelte
@@ -30,7 +30,7 @@
await Promise.all(
batchSecretsPairs.map(({ name, value, isNew }) =>
- limit(() => saveSecret({ name, value, applicationId: id, isNew, dispatch }))
+ limit(() => saveSecret({ name, value, applicationId: id, isNew }))
)
);
batchSecrets = '';
@@ -39,8 +39,8 @@
Paste .env file
-