Update interface.html for testing purposes

pull/3374/head
Elfreda Kwawu 2024-04-04 17:12:55 -04:00 committed by GitHub
parent b36fba55f1
commit fdbe704d89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ function getData() {
Util.hideModal();
// If no data, report it and exit
if (data.length === 0) {
dataElement.innerHTML = "<b>No data found</b>";
dataElement.innerHTML = "<b>There is no data</b>";
return;
}
// Otherwise parse the data and output it as a table