Remove input.
This commit is contained in:
parent
48099730e9
commit
78c16334b5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue