Revert all package upgrades to unblock testing.
This commit is contained in:
@@ -94,7 +94,7 @@ const FormInputNUmberCalculator = (
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Popover content={popContent} open={history.length > 0}>
|
||||
<Popover content={popContent} visible={history.length > 0}>
|
||||
<InputNumber
|
||||
ref={ref}
|
||||
value={value}
|
||||
|
||||
Reference in New Issue
Block a user