mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
fix(console): fix vonage connector id (#6774)
This commit is contained in:
parent
947d2e4563
commit
9f165749d3
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ function CreateConnectorForm({ onClose, isOpen: isFormOpen, type }: Props) {
|
|||
// Hide the entrance of adding HTTP Email connector
|
||||
.filter(({ id }) => id !== 'http-email')
|
||||
// Hide the entrance of adding Vonage SMS connector
|
||||
.filter(({ id }) => id !== 'vonage')
|
||||
.filter(({ id }) => id !== 'vonage-sms')
|
||||
);
|
||||
|
||||
return allGroups
|
||||
|
|
Loading…
Reference in a new issue