Explorar o código

show dict name in admin

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
518f3d43e8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dashboard/src/components/dict/UserDictList.tsx

+ 1 - 0
dashboard/src/components/dict/UserDictList.tsx

@@ -186,6 +186,7 @@ const UserDictListWidget = ({ studioName, view = "studio" }: IWidget) => {
             }),
             dataIndex: "dict",
             key: "dict",
+            hideInTable: view !== "all",
             search: false,
             render: (text, row, index, action) => {
               return row.dict?.shortname;