Remove input.

This commit is contained in:
mike12345567 2025-02-05 16:24:05 +00:00
parent 48099730e9
commit 78c16334b5
1 changed files with 0 additions and 11 deletions

View File

@ -223,12 +223,6 @@
</InlineAlert>
</div>
{/if}
<p class="fourthWarning">
Please enter "<b on:click={autofillSourceName} class="sourceName"
>{source?.name}</b
>" below to confirm.
</p>
<Input bind:value={deleteSourceName} placeholder={source?.name} />
</div>
</ConfirmDialog>
@ -274,9 +268,4 @@
text-overflow: ellipsis;
margin-top: 4px;
}
.fourthWarning {
margin: 12px 0 6px;
max-width: 100%;
}
</style>