From 7e817ca3837c568e4ed596bb02bb939092e3ddc8 Mon Sep 17 00:00:00 2001
From: "jerry.liang" <8124783+nianiaJR@users.noreply.github.com>
Date: Tue, 13 Dec 2022 21:04:37 +0800
Subject: [PATCH] fix: no use disable on the popconfirm button
---
app/pages/Schema/SchemaConfig/Edit/CommonEdit/PropertiesRow.tsx | 1 -
app/pages/Schema/SchemaConfig/Edit/CommonEdit/TTLForm.tsx | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/app/pages/Schema/SchemaConfig/Edit/CommonEdit/PropertiesRow.tsx b/app/pages/Schema/SchemaConfig/Edit/CommonEdit/PropertiesRow.tsx
index 89a850f6..1bce235f 100644
--- a/app/pages/Schema/SchemaConfig/Edit/CommonEdit/PropertiesRow.tsx
+++ b/app/pages/Schema/SchemaConfig/Edit/CommonEdit/PropertiesRow.tsx
@@ -62,7 +62,6 @@ export const DisplayRow = (props: IProps) => {
diff --git a/app/pages/Schema/SchemaConfig/Edit/CommonEdit/TTLForm.tsx b/app/pages/Schema/SchemaConfig/Edit/CommonEdit/TTLForm.tsx
index 989cc724..2015414e 100644
--- a/app/pages/Schema/SchemaConfig/Edit/CommonEdit/TTLForm.tsx
+++ b/app/pages/Schema/SchemaConfig/Edit/CommonEdit/TTLForm.tsx
@@ -169,8 +169,8 @@ const formRef = ((props: IProps) => {
cancelText={intl.get('common.cancel')}
>