mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
@@ -921,7 +921,7 @@ export abstract class EgwApp
|
||||
let fileSelect = <Et2MergeDialog><unknown>loadWebComponent('et2-merge-dialog', {
|
||||
application: this.appname,
|
||||
path: dirs.pop() || ""
|
||||
}, et2.widgetContainer);
|
||||
}, et2?.widgetContainer ?? null);
|
||||
if(!et2)
|
||||
{
|
||||
document.body.append(fileSelect);
|
||||
|
Reference in New Issue
Block a user