Skip to content

Commit

Permalink
Merge pull request #28 from samply/pr-fix-negotiate-button
Browse files Browse the repository at this point in the history
fix: fix negotiate button
  • Loading branch information
torbrenner authored Feb 14, 2025
2 parents 5f335c8 + d9fc3b6 commit 07b7c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<div class="chart-wrapper result-table">
<lens-result-table pageSize="10">
<div slot="beneath-pagination">
<lens-negotiate-button class="negotiate"></lens-negotiate-button>
<lens-negotiate-button class="negotiate" type="bbmri"></lens-negotiate-button>
<lens-search-modified-display>
<div>Search has been modified!</div>
</lens-search-modified-display>
Expand Down

0 comments on commit 07b7c2f

Please sign in to comment.