|
@@ -3,6 +3,7 @@ import {
|
|
|
CopyOutlined,
|
|
CopyOutlined,
|
|
|
ShoppingCartOutlined,
|
|
ShoppingCartOutlined,
|
|
|
CheckOutlined,
|
|
CheckOutlined,
|
|
|
|
|
+ DownOutlined,
|
|
|
} from "@ant-design/icons";
|
|
} from "@ant-design/icons";
|
|
|
import { useEffect, useState } from "react";
|
|
import { useEffect, useState } from "react";
|
|
|
import { IWbw } from "../Wbw/WbwWord";
|
|
import { IWbw } from "../Wbw/WbwWord";
|
|
@@ -69,6 +70,7 @@ const SentTabCopyWidget = ({ text, wbwData }: IWidget) => {
|
|
|
<Dropdown.Button
|
|
<Dropdown.Button
|
|
|
size="small"
|
|
size="small"
|
|
|
type="link"
|
|
type="link"
|
|
|
|
|
+ icon={<DownOutlined />}
|
|
|
menu={{
|
|
menu={{
|
|
|
items: [
|
|
items: [
|
|
|
{
|
|
{
|