Some additional progress / start on updating future deprecations
This commit is contained in:
@@ -257,7 +257,7 @@ export function JobsConvertButton({
|
||||
if (job.converted) return <></>;
|
||||
|
||||
return (
|
||||
<Popover visible={visible} content={popMenu}>
|
||||
<Popover open={visible} content={popMenu}>
|
||||
<Button
|
||||
key="convert"
|
||||
type="danger"
|
||||
|
||||
Reference in New Issue
Block a user