This is an automated email from the ASF dual-hosted git repository.
mintsweet pushed a commit to branch feat-5640
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/feat-5640 by this push:
new 11e03d3c9 fix(config-ui): lint error
11e03d3c9 is described below
commit 11e03d3c99d98b318c4412c1a36d256894f6f06b
Author: mintsweet <[email protected]>
AuthorDate: Wed Aug 30 21:13:40 2023 +1200
fix(config-ui): lint error
---
config-ui/src/plugins/register/webook/config.ts | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/config-ui/src/plugins/register/webook/config.ts
b/config-ui/src/plugins/register/webook/config.ts
index faeff4183..25088545d 100644
--- a/config-ui/src/plugins/register/webook/config.ts
+++ b/config-ui/src/plugins/register/webook/config.ts
@@ -32,10 +32,5 @@ export const WebhookConfig: PluginConfigType = {
fields: [],
initialValues: {},
},
- dataScope: {
- millerColumns: {
- title: '',
- subTitle: '',
- },
- },
+ dataScope: {},
};