A focused Docker Compose management web application.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: autocomplete in deletion confirmation

Brooke 50348128 fa40c502

+1 -1
+1 -1
packages/panel/src/routes/(authenticated)/projects/[project]/ProjectStatus.svelte
··· 59 59 <label for="confirmation"> 60 60 Enter <span style="color: var(--red); font-weight: bold">delete {name}</span> below to confirm deletion: 61 61 </label> 62 - <input id="confirmation" type="text" bind:value={confirmation} /> 62 + <input id="confirmation" type="text" bind:value={confirmation} autocomplete="off" /> 63 63 </p> 64 64 <div class="flexr gap-5"> 65 65 <PromiseButton