Skip to content

Commit

Permalink
just remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
yinlianghui committed Dec 16, 2023
1 parent ae2d52d commit 0064614
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
* @Author: 殷亮辉 [email protected]
* @Date: 2023-11-15 09:50:22
* @LastEditors: 殷亮辉 [email protected]
* @LastEditTime: 2023-12-14 12:00:19
* @LastEditTime: 2023-12-16 17:25:56
*/
import { getAmisInputTableSchema, i18next } from '@steedos-widgets/amis-lib'

export const AmisInputTable = async (props) => {
console.log("AmisInputTable props", props);
// console.log("AmisInputTable props", props);
const { $schema, fields, name, id, data, columns, amis, className, tableClassName, footerToolbar, inlineEditMode, strictMode } = props;
const amisSchema = await getAmisInputTableSchema(props);
// console.log("=AmisInputTable==amisSchema====", amisSchema);
Expand Down

0 comments on commit 0064614

Please sign in to comment.