Browse Source

comment update

pull/1886/head
gingervitis 5 years ago
parent
commit
7f06da27b6
  1. 3
      web/pages/components/message-visiblity-toggle.tsx

3
web/pages/components/message-visiblity-toggle.tsx

@ -1,5 +1,4 @@ @@ -1,5 +1,4 @@
// Wrapper for AntDesign Switch that makes an api call, then displays a confirmation icon upon
// Custom component for AntDesign Button that makes an api call, then displays a confirmation icon upon
import React, { useState, useEffect } from "react";
import { Button, Tooltip } from "antd";
import { EyeOutlined, EyeInvisibleOutlined, CheckCircleFilled, ExclamationCircleFilled } from "@ant-design/icons";

Loading…
Cancel
Save