Browse Source

tests: fix typescipt error

pull/7735/head
chenshuai2144 5 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: '监控对象',
})}
width="m"
width="xs"
valueEnum={{
month: '月',
week: '周',

Loading…
Cancel
Save