Some additional progress / start on updating future deprecations
This commit is contained in:
@@ -171,8 +171,8 @@ export function LaborAllocationsAdjustmentEdit({
|
||||
|
||||
return (
|
||||
<Popover
|
||||
visible={visible}
|
||||
onVisibleChange={(vis) => setVisible(vis)}
|
||||
open={visible}
|
||||
onOpenChange={(vis) => setVisible(vis)}
|
||||
content={overlay}
|
||||
trigger="click"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user