Explorar el Código

show dict name in admin

visuddhinanda hace 3 años
padre
commit
518f3d43e8
Se han modificado 1 ficheros con 1 adiciones y 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;