Skip to content

Commit

Permalink
Update DataTableCrudDemo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 4, 2021
1 parent eedb022 commit 847ea49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/showcase/datatable/DataTableCrudDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ const DataTableCrudDemo = () => {
return obj;
}, {});
processedData['id'] = this.createId();
processedData['id'] = createId();
return processedData;
});
Expand Down Expand Up @@ -1365,7 +1365,7 @@ const DataTableCrudDemo = () => {
return obj;
}, {});
processedData['id'] = this.createId();
processedData['id'] = createId();
return processedData;
});
Expand Down Expand Up @@ -1751,7 +1751,7 @@ const DataTableCrudDemo = () => {
return obj;
}, {});
processedData['id'] = this.createId();
processedData['id'] = createId();
return processedData;
});
Expand Down

0 comments on commit 847ea49

Please sign in to comment.