bugfix on document list
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -57,9 +57,8 @@
|
||||
} else {
|
||||
error = await resp.text();
|
||||
}
|
||||
|
||||
if (company_id) {
|
||||
for (let comp of companies){
|
||||
for (let comp of Object.values(companies)){
|
||||
if (comp.id == company_id){
|
||||
load(comp);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user