fix(buildTrigger/index.tsx): change the success message title from "Code is ready to run" to "Flow is ready to run" for better clarity and accuracy

This commit is contained in:
anovazzi1 2023-08-24 17:08:24 -03:00
commit c1c5b2242f

View file

@ -62,7 +62,7 @@ export default function BuildTrigger({
}
if (errors.length === 0 && allNodesValid) {
setSuccessData({
title: "Code is ready to run",
title: "Flow is ready to run",
});
}
} catch (error) {