Merge branch 'feature/major-package-upgrades' into feature/major-package-upgrades-2022-03

This commit is contained in:
Patrick Fic
2023-03-17 15:12:35 -07:00
129 changed files with 1828 additions and 30855 deletions

View File

@@ -255,7 +255,7 @@ export function JobsConvertButton({
if (job.converted) return <></>;
return (
<Popover visible={visible} content={popMenu}>
<Popover open={visible} content={popMenu}>
<Button
key="convert"
type="danger"