Refactor error message for build trigger component

Changed the error message in the build trigger component to clarify which components need to be checked before retrying. Updated the list to include instructions on how to inspect the component status.
This commit is contained in:
Rodrigo Nader 2023-06-16 17:19:49 -03:00
commit 39707f9f80

View file

@ -48,7 +48,7 @@ export default function BuildTrigger({
if(!allNodesValid) {
setErrorData({
title: "Oops! Looks like you missed something",
list: ["Check nodes and retry. Hover over 🔴 node for status."],
list: ["Check components and retry. Hover over component status icon 🔴 to inspect."],
});
}
} catch (error) {