visuddhinanda 2 роки тому
батько
коміт
f772b28b0d
1 змінених файлів з 7 додано та 0 видалено
  1. 7 0
      dashboard/src/components/studio/PublicitySelect.tsx

+ 7 - 0
dashboard/src/components/studio/PublicitySelect.tsx

@@ -19,6 +19,13 @@ const PublicitySelectWidget = ({ width, disable = [], readonly }: IWidget) => {
       }),
       disable: disable.includes("disable"),
     },
+    {
+      value: 5,
+      label: intl.formatMessage({
+        id: "forms.fields.publicity.blocked.label",
+      }),
+      disable: true,
+    },
     {
       value: 10,
       label: intl.formatMessage({