import { Button, Popover } from "antd";
import { Typography } from "antd";
import { SearchOutlined, CopyOutlined } from "@ant-design/icons";
import { ProCard } from "@ant-design/pro-components";
import { useIntl } from "react-intl";
const { Text, Link } = Typography;
interface IWidgetQuoteCtl {
paraId: string;
paliPath?: string[];
channel?: string;
pali?: string;
error?: boolean;
message?: string;
}
const QuoteCtl = ({ paraId, pali, error, message }: IWidgetQuoteCtl) => {
const intl = useIntl();
const show = pali ? pali : paraId;
let textShow = <>>;
if (typeof error !== "undefined") {
textShow =