From b0a5098926f1c833ec28be19b4971b2cbce6005d Mon Sep 17 00:00:00 2001 From: 1ilit Date: Tue, 19 Sep 2023 15:47:33 +0300 Subject: [PATCH] add popconfirm to delete --- src/components/rect.jsx | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/src/components/rect.jsx b/src/components/rect.jsx index d762df5..b8346fb 100644 --- a/src/components/rect.jsx +++ b/src/components/rect.jsx @@ -15,6 +15,8 @@ import { Col, Popover, Tag, + Popconfirm, + Toast, } from "@douyinfe/semi-ui"; const Rect = (props) => { @@ -136,12 +138,21 @@ const Rect = (props) => { > - + + )}