IO-3166-Global-Notifications-Part-2: checkpoint

This commit is contained in:
Dave Richer
2025-03-11 14:47:54 -04:00
parent 85929b0bb1
commit 029fb58f48

View File

@@ -39,7 +39,7 @@ export default function ProductionRemoveButton({ jobId }) {
}; };
return ( return (
<Button loading={loading} onClick={handleRemoveFromProd} type={"danger"}> <Button loading={loading} onClick={handleRemoveFromProd} type="default" danger>
{t("production.actions.remove")} {t("production.actions.remove")}
</Button> </Button>
); );