|
|
@@ -1,4 +1,7 @@
|
|
|
import React, {Component} from 'react';
|
|
|
+import {Input} from 'antd';
|
|
|
+import './index.css';
|
|
|
+
|
|
|
class Notification extends Component {
|
|
|
constructor() {
|
|
|
super();
|
|
|
@@ -7,7 +10,9 @@ class Notification extends Component {
|
|
|
render() {
|
|
|
return (
|
|
|
<div>
|
|
|
- notification
|
|
|
+ <span className='table-title'> Notification Settings</span>
|
|
|
+ <p><b>Ding Talk</b></p>
|
|
|
+ <p>Web hook <Input/></p>
|
|
|
</div>
|
|
|
)
|
|
|
}
|