Skip to content

Commit

Permalink
chore: put less emphasize on destroy button
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Jan 13, 2025
1 parent d220359 commit bd2f77d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ <h2>
<button id="uploadBtn" data-test="static-data-btn" class="btn btn-outline-secondary" click.trigger="handleDefaultCsv">
Use default CSV data
</button>
<button class="btn btn-outline-danger" click.trigger="destroyGrid()">Destroy Grid</button>
&nbsp;/
<button class="btn btn-outline-danger btn-sm ms-2" click.trigger="destroyGrid()">Destroy Grid</button>
</div>
</div>

Expand Down

0 comments on commit bd2f77d

Please sign in to comment.