fix: Remove unnecessary save button haha
This commit is contained in:
@@ -61,9 +61,6 @@
|
|||||||
await refreshSecrets();
|
await refreshSecrets();
|
||||||
toast.push('Secrets saved');
|
toast.push('Secrets saved');
|
||||||
}
|
}
|
||||||
function asd() {
|
|
||||||
console.log(secrets);
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex items-center space-x-2 p-5 px-6 font-bold">
|
<div class="flex items-center space-x-2 p-5 px-6 font-bold">
|
||||||
@@ -164,7 +161,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<button on:click={asd}>Save</button>
|
|
||||||
<h2 class="title my-6 font-bold">Paste .env file</h2>
|
<h2 class="title my-6 font-bold">Paste .env file</h2>
|
||||||
<form on:submit|preventDefault={getValues} class="mb-12 w-full">
|
<form on:submit|preventDefault={getValues} class="mb-12 w-full">
|
||||||
<textarea bind:value={batchSecrets} class="mb-2 min-h-[200px] w-full" />
|
<textarea bind:value={batchSecrets} class="mb-2 min-h-[200px] w-full" />
|
||||||
|
|||||||
Reference in New Issue
Block a user