Skip to content

Commit

Permalink
fix(mentions): Undo datasets modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Feb 12, 2025
1 parent cfc38f5 commit 0326203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/mentions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ export default function Mentions() {
sortable
/>
<Column
body={hasCorrectionTemplate}
body={(rowData) => hasCorrectionTemplate(rowData, undo)}
field="hasCorrection"
header="Modified by user?"
sortable
Expand Down

0 comments on commit 0326203

Please sign in to comment.