Skip to content

Commit 8d2f3e7

Browse files
authored
[set-error-message-fix][xs] Better error display - not found org
1 parent 65450a2 commit 8d2f3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function Dashboard() {
6262
setLastUpdated(new Date());
6363
} catch (err) {
6464
console.error("Error fetching data:", err);
65-
setError("Failed to fetch repository data. Please try again.");
65+
setError("The name of the org doesn’t exist. Please check your spelling and try again.");
6666
} finally {
6767
setLoading(false);
6868
}
@@ -230,4 +230,4 @@ export default function Dashboard() {
230230
</Grid>
231231
</Container>
232232
);
233-
}
233+
}

0 commit comments

Comments
 (0)