Ver Fonte

tooltooltip -> tooltip

visuddhinanda há 1 ano atrás
pai
commit
ff2032084f

+ 1 - 1
dashboard/src/components/anthology/AnthologyList.tsx

@@ -150,7 +150,7 @@ const AnthologyListWidget = ({
             }),
             dataIndex: "title",
             key: "title",
-            tooltooltip: "过长会自动收缩",
+            tooltip: "过长会自动收缩",
             ellipsis: true,
             render: (text, row, index, action) => {
               return (

+ 2 - 2
dashboard/src/components/article/ArticleList.tsx

@@ -188,7 +188,7 @@ const ArticleListWidget = ({
             }),
             dataIndex: "title",
             key: "title",
-            tooltooltip: "过长会自动收缩",
+            tooltip: "过长会自动收缩",
             ellipsis: true,
             render: (text, row, index, action) => {
               return (
@@ -243,7 +243,7 @@ const ArticleListWidget = ({
             }),
             dataIndex: "summary",
             key: "summary",
-            tooltooltip: "过长会自动收缩",
+            tooltip: "过长会自动收缩",
             ellipsis: true,
           },
           {