Skip to content

Commit

Permalink
fix: add description
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Jul 18, 2024
1 parent 6def8ee commit 15a548d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/x/api/data-grid/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
{
"name": "gridEditRowsStateSelector",
"returnType": "GridEditingState",
"description": "",
"description": "Select the row editing state.",
"supportsApiRef": false
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { GridStateCommunity } from '../../../models/gridStateCommunity';

// TODO v6: rename to gridEditingStateSelector
/**
* Select the row editing state.
*/
export const gridEditRowsStateSelector = (state: GridStateCommunity) => state.editRows;

0 comments on commit 15a548d

Please sign in to comment.