Skip to content

Commit

Permalink
feat(table): remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
colinin committed Oct 9, 2023
1 parent 19c7a52 commit ca9318e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@
const isArrayResult = Array.isArray(res);
resultItems = isArrayResult ? res : get(res, listField || 'items');
}
console.log(resultItems);
defineParamsRef.value = resultItems;
}).finally(() => {
setLoading(false);
Expand Down

0 comments on commit ca9318e

Please sign in to comment.