Update FileQandAArea.tsx
This commit is contained in:
parent
1af8aab27d
commit
59e10cec11
1 changed files with 0 additions and 2 deletions
|
|
@ -55,8 +55,6 @@ function FileQandAArea(props: FileQandAAreaProps) {
|
|||
|
||||
if (searchResultsResponse.status === 200) {
|
||||
results = searchResultsResponse.data.searchResults;
|
||||
} else if (searchResultsResponse.status === 500) {
|
||||
setAnswerError("Internal server error. Please try again later.");
|
||||
} else {
|
||||
setAnswerError("Sorry, something went wrong!");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue