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 5ed26ef commit 621389f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/examples/slickgrid/Example43.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ export default function Example43() {
<button id="uploadBtn" data-test="static-data-btn" className="btn btn-outline-secondary" onClick={() => handleDefaultCsv()}>
Use default CSV data
</button>
<button className="btn btn-outline-danger ms-1" onClick={() => destroyGrid()}>Destroy Grid</button>
&nbsp;/
<button className="btn btn-outline-danger btn-sm ms-2" onClick={() => destroyGrid()}>Destroy Grid</button>
</div>
</div>

Expand Down

0 comments on commit 621389f

Please sign in to comment.