Some additional progress / start on updating future deprecations

This commit is contained in:
Dave Richer
2023-12-04 16:48:10 -05:00
parent 517a087186
commit 1df870ee4e
65 changed files with 139 additions and 125 deletions

View File

@@ -123,7 +123,7 @@ export function PrintCenterJobsLabels({ bodyshop, jobId }) {
</Card>
);
return (
<Popover content={content} visible={isModalVisible}>
<Popover content={content} open={isModalVisible}>
<Button onClick={() => setIsModalVisible(true)}>
{t("printcenter.jobs.labels.labels")}
</Button>