Skip to content

Commit

Permalink
Added ID for the div that includes all table reference (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
toblea authored Dec 10, 2024
1 parent e20a56c commit fca3a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/integrations/templates/schemas/schemas.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{% include note.html first-line="**Table and column names in your destination**" content=schemas-and-destination-loading %}
{% endif %}

<div>
<div id="table-reference">
{% for table in tables %}

{% if table.status != "not found" %}
Expand Down Expand Up @@ -134,4 +134,4 @@ <h4 class="panel-title">

{% endfor %}

</div>
</div>

0 comments on commit fca3a59

Please sign in to comment.