@apexcura/ui-components 0.0.11-Beta59 → 0.0.11-Beta60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -363,7 +363,6 @@ var import_react13 = __toESM(require("react"));
|
|
|
363
363
|
var import_antd11 = require("antd");
|
|
364
364
|
var import_icons2 = require("@ant-design/icons");
|
|
365
365
|
var AddMoreTable = (props) => {
|
|
366
|
-
console.log("props----------", props);
|
|
367
366
|
const { thead, tbody } = props;
|
|
368
367
|
const [tableData, setTableData] = (0, import_react13.useState)({});
|
|
369
368
|
const [rows, setRows] = (0, import_react13.useState)(tbody || []);
|
package/dist/index.mjs
CHANGED
|
@@ -316,7 +316,6 @@ import React12, { useState as useState3 } from "react";
|
|
|
316
316
|
import { Table, Button as Button3 } from "antd";
|
|
317
317
|
import { PlusOutlined, DeleteOutlined } from "@ant-design/icons";
|
|
318
318
|
var AddMoreTable = (props) => {
|
|
319
|
-
console.log("props----------", props);
|
|
320
319
|
const { thead, tbody } = props;
|
|
321
320
|
const [tableData, setTableData] = useState3({});
|
|
322
321
|
const [rows, setRows] = useState3(tbody || []);
|