This commit is contained in:
dcore94 2023-06-23 12:04:53 +02:00
parent 32a5fc7a69
commit e14bd30796
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class CCPExecutionHistory extends HTMLElement {
#data = []; #data = [];
#pending = []; #pending = [];
#filtered = []; #filtered = [];
#sockets = null; #socket = null;
#interval = null; #interval = null;
#searchfield = null; #searchfield = null;
#fileupload = null; #fileupload = null;