Some additional progress / start on updating future deprecations
This commit is contained in:
@@ -155,7 +155,7 @@ export function ScheduleManualEvent({ bodyshop, event }) {
|
||||
};
|
||||
|
||||
return (
|
||||
<Popover content={overlay} visible={visibility}>
|
||||
<Popover content={overlay} open={visibility}>
|
||||
<Button loading={loading} onClick={handleClick}>
|
||||
{event
|
||||
? t("appointments.actions.reschedule")
|
||||
|
||||
Reference in New Issue
Block a user