import React, {Component} from 'react'; import {Input, Tooltip, Icon, Button} from 'antd'; import './index.css'; class CaseNotification extends Component { render() { return (
Notification Settings

Ding Talk

Web hook

Notification Name

QQ

Web hook

Notification Name

) } } export default CaseNotification;