diff --git a/src/routes/applications/[id]/previews/index.svelte b/src/routes/applications/[id]/previews/index.svelte index e2da7fe16..2d22cdbe2 100644 --- a/src/routes/applications/[id]/previews/index.svelte +++ b/src/routes/applications/[id]/previews/index.svelte @@ -30,7 +30,6 @@ import Explainer from '$lib/components/Explainer.svelte'; import { errorNotification } from '$lib/form'; import { toast } from '@zerodevx/svelte-toast'; - import BatchSecrets from '../secrets/_BatchSecrets.svelte'; const { id } = $page.params; async function refreshSecrets() { @@ -122,13 +121,13 @@ {/if} -
+
Useful for creating staging environments." - : "These values overwrite application secrets in PR/MR deployments. Useful for creating staging environments."} + : "These values overwrite application secrets in PR/MR deployments.
Useful for creating staging environments."} />
{#if applicationSecrets.length !== 0} @@ -183,4 +182,3 @@ {/if}
- diff --git a/src/routes/applications/[id]/secrets/index.svelte b/src/routes/applications/[id]/secrets/index.svelte index a2dfae8ff..700e61e51 100644 --- a/src/routes/applications/[id]/secrets/index.svelte +++ b/src/routes/applications/[id]/secrets/index.svelte @@ -106,7 +106,7 @@ {/if} -
+