Browse Source

:fire: initialValue

visuddhinanda 3 years ago
parent
commit
c0f1b4f70a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dashboard/src/components/studio/PublicitySelect.tsx

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

@@ -29,7 +29,6 @@ const Widget = ({ width }: IWidget) => {
   return (
     <ProFormSelect
       options={options}
-      initialValue={10}
       width={width}
       name="status"
       allowClear={false}