Browse Source

arrowPointAtCenter ->arrow

visuddhinanda 4 months ago
parent
commit
0876421ac8
1 changed files with 2 additions and 2 deletions
  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 type { ISetting } from "../auth/setting/default"
+import type { ISetting } from "../auth/setting/default";
 import SettingItem from "../auth/setting/SettingItem";
 const { Link } = Typography;
 
@@ -42,7 +42,7 @@ const FtsSettingWidget = ({
     <Popover
       overlayStyle={{ width: 300 }}
       placement="bottom"
-      arrowPointAtCenter
+      arrow={{ pointAtCenter: true }}
       content={
         <>
           {searchSetting.map((item, index) => (