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> </InlineAlert>
</div> </div>
{/if} {/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> </div>
</ConfirmDialog> </ConfirmDialog>
@ -274,9 +268,4 @@
text-overflow: ellipsis; text-overflow: ellipsis;
margin-top: 4px; margin-top: 4px;
} }
.fourthWarning {
margin: 12px 0 6px;
max-width: 100%;
}
</style> </style>