Browse Source

tests: fix typescipt error

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

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

@ -196,7 +196,6 @@ const UpdateForm: React.FC<UpdateFormProps> = (props) => {
defaultMessage: '监控对象', defaultMessage: '监控对象',
})} })}
width="m" width="m"
width="xs"
valueEnum={{ valueEnum={{
month: '月', month: '月',
week: '周', week: '周',

Loading…
Cancel
Save