Browse Source
Merge pull request #562 from colinin/5.2.0
fix: remove unnecessary component references
pull/580/head
yx lin
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
apps/vue/src/views/webhooks/send-attempts/components/SendAttemptModal.vue
|
|
@ -88,7 +88,6 @@ |
|
|
Tabs, |
|
|
Tabs, |
|
|
Tag, |
|
|
Tag, |
|
|
Input, |
|
|
Input, |
|
|
Textarea, |
|
|
|
|
|
InputPassword |
|
|
InputPassword |
|
|
} from 'ant-design-vue'; |
|
|
} from 'ant-design-vue'; |
|
|
import { CodeEditor, MODE } from '/@/components/CodeEditor'; |
|
|
import { CodeEditor, MODE } from '/@/components/CodeEditor'; |
|
|
|