Explorar el Código

:fire: initialValue

visuddhinanda hace 3 años
padre
commit
c0f1b4f70a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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}