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:
parent
cad24f1f88
commit
39707f9f80
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue