diff --git a/templates/webclient/files.html b/templates/webclient/files.html
index a2dff9b7..f3ad0c24 100644
--- a/templates/webclient/files.html
+++ b/templates/webclient/files.html
@@ -557,7 +557,6 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
// Private functions
var initDatatable = function () {
- $('#errorMsg').addClass("d-none");
dt = $("#file_manager_list").DataTable({
ajax: {
url: "{{.DirsURL}}?path={{.CurrentDir}}",