You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(fetchType==='report')throw{message: 'No report data for the selected point. Try selecting another point.'};
10
10
elseif(fetchType==='watershedLookup')throw{message: 'No watershed data for selected point, please ensure you are selecting a point within highlighted region'};
11
-
throw{message: 'No data found.'}
12
-
}
13
-
if(response.status===500){
11
+
elseif(fetchType!=='search')throw{message: 'No data found.'};
12
+
}elseif(response.status===500){
14
13
if(fetchType==='report')throw{message: 'There was a problem getting report data. Please try again later. '};
15
14
throw{message: 'There was a problem fetching data. Please try again later.'};
0 commit comments