Przeglądaj źródła

:fire: initialValue

visuddhinanda 3 lat temu
rodzic
commit
c0f1b4f70a

+ 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}