fixesc
This commit is contained in:
@@ -72,8 +72,6 @@
|
||||
workbench.classList.toggle("has-selection", selectedSources.size > 0);
|
||||
const count = workbench.querySelector("[data-selection-count]");
|
||||
if (count) count.textContent = selectedSources.size + " / " + sourceChips.length;
|
||||
const hint = workbench.querySelector("[data-selection-hint]");
|
||||
if (hint) hint.hidden = selectedSources.size === 0;
|
||||
|
||||
const summary = document.querySelector("[data-mapping-summary]");
|
||||
if (summary) {
|
||||
|
||||
@@ -94,7 +94,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<p class="hint">{{ nav.tr("import-csv-columns-hint") }}</p>
|
||||
<p class="selection-hint" data-selection-hint hidden>{{ nav.tr("import-selection-hint") }}</p>
|
||||
<div class="source-chips">
|
||||
{% for source in step.sources %}
|
||||
<button type="button" class="source-chip" draggable="true"
|
||||
|
||||
Reference in New Issue
Block a user