瀏覽代碼

add status=5

visuddhinanda 2 年之前
父節點
當前提交
d2cc21983f
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      dashboard/src/components/studio/table.ts

+ 6 - 0
dashboard/src/components/studio/table.ts

@@ -15,6 +15,12 @@ export const PublicityValueEnum = () => {
       }),
       }),
       status: "Default",
       status: "Default",
     },
     },
+    5: {
+      text: intl.formatMessage({
+        id: "tables.publicity.blocked",
+      }),
+      status: "Default",
+    },
     10: {
     10: {
       text: intl.formatMessage({
       text: intl.formatMessage({
         id: "tables.publicity.private",
         id: "tables.publicity.private",