Explorar o código

arrowPointAtCenter ->arrow

visuddhinanda hai 1 mes
pai
achega
0876421ac8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      dashboard-v6/backup/components/fts/FtsSetting.tsx

+ 2 - 2
dashboard-v6/backup/components/fts/FtsSetting.tsx

@@ -1,5 +1,5 @@
 import { Popover, Typography } from "antd";
 import { Popover, Typography } from "antd";
-import type { ISetting } from "../auth/setting/default"
+import type { ISetting } from "../auth/setting/default";
 import SettingItem from "../auth/setting/SettingItem";
 import SettingItem from "../auth/setting/SettingItem";
 const { Link } = Typography;
 const { Link } = Typography;
 
 
@@ -42,7 +42,7 @@ const FtsSettingWidget = ({
     <Popover
     <Popover
       overlayStyle={{ width: 300 }}
       overlayStyle={{ width: 300 }}
       placement="bottom"
       placement="bottom"
-      arrowPointAtCenter
+      arrow={{ pointAtCenter: true }}
       content={
       content={
         <>
         <>
           {searchSetting.map((item, index) => (
           {searchSetting.map((item, index) => (