Some additional progress / start on updating future deprecations
This commit is contained in:
@@ -112,7 +112,7 @@ export default function ShopEmployeeAddVacation({ employee }) {
|
||||
};
|
||||
|
||||
return (
|
||||
<Popover content={overlay} visible={visibility}>
|
||||
<Popover content={overlay} open={visibility}>
|
||||
<Button
|
||||
loading={loading}
|
||||
disabled={!employee?.active}
|
||||
|
||||
Reference in New Issue
Block a user