Fix: code is ready to run does not appear after build

This commit is contained in:
igorrCarvalho 2023-08-23 20:38:40 -03:00
commit 9686542f0a

View file

@ -60,6 +60,11 @@ export default function BuildTrigger({
],
});
}
if (errors.length === 0 && allNodesValid) {
setSuccessData({
title: "Code is ready to run",
});
}
} catch (error) {
console.error("Error:", error);
} finally {