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 CHANGED
@@ -840,7 +840,7 @@ const TreeTitleNode = _ref2 => {
840
840
  className: "iconfont icon-bianji"
841
841
  })
842
842
  }), /*#__PURE__*/jsx(Popconfirm, {
843
- title: "Confirm to delete?",
843
+ title: "Confirm deletion?",
844
844
  onConfirm: () => handleDel(nodeData),
845
845
  okText: "Yes",
846
846
  cancelText: "No",