fix: add repeat api key name tip
This commit is contained in:
@@ -37,7 +37,9 @@ const CreateAPIKeyModal = ({ closeModal, uid }: Props) => {
|
|||||||
case 406:
|
case 406:
|
||||||
toast.error("Invalid Webhook URL!");
|
toast.error("Invalid Webhook URL!");
|
||||||
break;
|
break;
|
||||||
|
case 409:
|
||||||
|
toast.error("Name Already Exists!");
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user