Skip to content

Commit

Permalink
ensure match nodes btn invis if no headers, re #10780
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Aug 15, 2024
1 parent fc30bba commit e0d8504
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h4>
<span data-bind="text: $root.translations.importDetails"></span>
</h4>
<div data-bind="component: { name: 'views/components/simple-switch', params: {value: hasHeaders, config:{ label: $root.translations.columnNameFirstRow, subtitle: ''}}}"></div>
<div><button class="btn btn-primary" data-bind="click: guessAllMappings, text: $root.translations.matchColumnsToNodes"></button></div>
<div><button class="btn btn-primary" data-bind="visible: hasHeaders(), click: guessAllMappings, text: $root.translations.matchColumnsToNodes"></button></div>
<div class="csv-mapping-table-container">
<table class="table table-striped csv-mapping-table">
<thead>
Expand Down

0 comments on commit e0d8504

Please sign in to comment.