Skip to content

Commit

Permalink
remove unwanted codes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffibm committed May 20, 2024
1 parent 1025ff5 commit e528d57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/javascript/components/AeInlineMethod/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const AeInlineMethod = ({ type, selected }) => {
rows: selected ? formatListMethods(selected) : [],
notification: false,
});
console.log(data)

useEffect(() => {
setData({ ...data, notification: data.selectedIds.length > 20 });
Expand Down

0 comments on commit e528d57

Please sign in to comment.