Skip to content

Commit

Permalink
Updated health api error message on health dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
anilnatha committed Sep 19, 2024
1 parent ad4c9e7 commit d42b354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/health-dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const StatusCellRenderer = (props:CustomCellRendererProps) => {
function HealthDashboard() {

const [healthApiError, setHealthApiError] = useState(false);
const healthApiErrorMessage = "Application List Unavailable";
const healthApiErrorMessage = "Health Endpoint is Not Available";

const dispatch = useAppDispatch();

Expand Down

0 comments on commit d42b354

Please sign in to comment.