Changing of deprecated antd props.

This commit is contained in:
Patrick Fic
2023-01-17 20:00:29 -08:00
parent 7bd83557c1
commit 533a5b87ec
61 changed files with 66 additions and 66 deletions

View File

@@ -94,7 +94,7 @@ const FormInputNUmberCalculator = (
return (
<div>
<Popover content={popContent} visible={history.length > 0}>
<Popover content={popContent} open={history.length > 0}>
<InputNumber
ref={ref}
value={value}