Skip to content

Commit da7e133

Browse files
committed
change method name to resetSelections
1 parent 10cd745 commit da7e133

File tree

1 file changed

+1
-1
lines changed
  • client/packages/openblocks/src/comps/comps/tableComp

1 file changed

+1
-1
lines changed

client/packages/openblocks/src/comps/comps/tableComp/tableComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ TableTmpComp = withMethodExposing(TableTmpComp, [
422422
},
423423
{
424424
method:{
425-
name: "clearSelections",
425+
name: "resetSelections",
426426
description: "",
427427
params: [],
428428
},

0 commit comments

Comments
 (0)