Skip to content

Commit

Permalink
chore: change destroy grid button color to red
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Jan 3, 2025
1 parent a7bda87 commit ceff1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo/src/examples/slickgrid/example43.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <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-secondary" click.trigger="destroyGrid()">Destroy Grid</button>
<button class="btn btn-outline-danger" click.trigger="destroyGrid()">Destroy Grid</button>
</div>
</div>

Expand Down

0 comments on commit ceff1d6

Please sign in to comment.