Skip to content

Commit

Permalink
Fix bulk controller example code in JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lb- committed Oct 3, 2024
1 parent 3d5c208 commit d80193f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/controllers/BulkController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ type ToggleAllOptions = ToggleOptions & {
* <input type="checkbox" data-action="w-bulk#toggle" data-w-bulk-target="item">
* <input type="checkbox" data-action="w-bulk#toggle" data-w-bulk-target="item">
* </div>
* <button data-action="w-bulk#toggleAll" data-w-bulk-force-param="false">Clear all</button>
* <button data-action="w-bulk#toggleAll" data-w-bulk-force-param="true">Select all</button>
* <button type="button" data-action="w-bulk#toggleAll" data-w-bulk-force-param="false">Clear all</button>
* <button type="button" data-action="w-bulk#toggleAll" data-w-bulk-force-param="true">Select all</button>
* </div>
*
* @example - Showing and hiding an actions container
Expand Down

0 comments on commit d80193f

Please sign in to comment.