Skip to content

Commit

Permalink
MappingBrowserTable: Adjust position of DataModalButton
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Nov 18, 2021
1 parent 647c36d commit b3db010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/MappingBrowserTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,11 @@
</span>
</div>
<data-modal-button
style="margin-left: 3px;"
:data="section.items.map(item => item.mapping).filter(mapping => mapping != null)"
:url="section.url"
:total-count="section.totalCount"
:position-bottom="-1"
type="mapping" />
</div>
<loading-indicator-full
Expand Down

0 comments on commit b3db010

Please sign in to comment.