From 264efa33bc58ec1f755f31addeef42748f286ecf Mon Sep 17 00:00:00 2001 From: taojinlong Date: Fri, 4 Mar 2022 11:38:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E5=AE=9A=E4=B9=89=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9B=86=E6=94=AF=E6=8C=81=20API=20=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/dataset/add/AddCustom.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/dataset/add/AddCustom.vue b/frontend/src/views/dataset/add/AddCustom.vue index 8906e24097..e5d13885fc 100644 --- a/frontend/src/views/dataset/add/AddCustom.vue +++ b/frontend/src/views/dataset/add/AddCustom.vue @@ -84,7 +84,7 @@ export default { height: 500, data: [], fields: [], - customType: ['db', 'sql', 'excel'] + customType: ['db', 'sql', 'excel', 'api'] } }, watch: {