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 10, 2025
1 parent 0aca12a commit d942bdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demos/vue/src/components/Example43.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ function toggleSubTitle() {
<button id="uploadBtn" data-test="static-data-btn" class="btn btn-outline-secondary" @click="handleDefaultCsv">
Use default CSV data
</button>
<button class="btn btn-outline-danger ms-1" @click="disposeGrid()">Destroy Grid</button>
&nbsp;/
<button class="btn btn-outline-danger btn-sm ms-2" @click="disposeGrid()">Destroy Grid</button>
</div>
</div>

Expand Down

0 comments on commit d942bdb

Please sign in to comment.