king
2023-06-14 08cce3334a2dc81d690b518136b0aaea64e48b0b
src/components/paste/index.jsx
@@ -33,10 +33,10 @@
          })
          this.setState({visible: false})
        } else {
          notification.success({
          notification.warning({
            top: 92,
            message: result.message,
            duration: 2
            duration: 5
          })
        }
      })