Some additional progress / start on updating future deprecations
This commit is contained in:
@@ -138,7 +138,7 @@ export function TechJobPrintTickets({ technician, event, attendacePrint }) {
|
||||
};
|
||||
|
||||
return (
|
||||
<Popover content={overlay} visible={visibility}>
|
||||
<Popover content={overlay} open={visibility}>
|
||||
<Button loading={loading} onClick={handleClick}>
|
||||
{t("general.labels.reports")}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user