seeder-st2110-components 1.3.1 → 1.3.2
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -842,7 +842,7 @@ const TreeTitleNode = _ref2 => {
|
|
|
842
842
|
className: "iconfont icon-bianji"
|
|
843
843
|
})
|
|
844
844
|
}), /*#__PURE__*/jsxRuntime.jsx(antd.Popconfirm, {
|
|
845
|
-
title: "Confirm
|
|
845
|
+
title: "Confirm deletion?",
|
|
846
846
|
onConfirm: () => handleDel(nodeData),
|
|
847
847
|
okText: "Yes",
|
|
848
848
|
cancelText: "No",
|