Browse Source

🐛 fix: fix stepForm initialValues error

pull/7536/head
chenshuai2144 6 years ago
parent
commit
c9cbca60b2
  1. 1
      src/pages/ListTableList/components/UpdateForm.tsx

1
src/pages/ListTableList/components/UpdateForm.tsx

@ -108,7 +108,6 @@ const UpdateForm: React.FC<UpdateFormProps> = (props) => (
<StepsForm.StepForm <StepsForm.StepForm
initialValues={{ initialValues={{
type: '1', type: '1',
time: '',
frequency: 'month', frequency: 'month',
}} }}
title="设定调度周期" title="设定调度周期"

Loading…
Cancel
Save