Skip to content

Commit f685e37

Browse files
committed
refactor: remove push notification on notification form
1 parent e02dc35 commit f685e37

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/NotificationForm/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,6 @@ const NotificationForm = ({
267267
<Col span={6}>
268268
<Checkbox value="EMAIL">Email</Checkbox>
269269
</Col>
270-
<Col span={6}>
271-
<Checkbox value="PUSH">Push Notification</Checkbox>
272-
</Col>
273270
</Row>
274271
</Checkbox.Group>
275272
</Form.Item>

0 commit comments

Comments
 (0)