From 1971fa0e181bac9289c15f51d2bc9a4d13824875 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 2 Jul 2021 11:44:11 +0200 Subject: [PATCH] Import vfsSelectUI --- api/js/etemplate/etemplate2.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/js/etemplate/etemplate2.ts b/api/js/etemplate/etemplate2.ts index 00f9f1b310..d1aee309d2 100644 --- a/api/js/etemplate/etemplate2.ts +++ b/api/js/etemplate/etemplate2.ts @@ -26,6 +26,7 @@ import {egwIsMobile} from "../egw_action/egw_action_common.js"; //import './et2-button'; /* Include all widget classes here, we only care about them registering, not importing anything*/ import './et2_widget_vfs'; // Vfs must be first (before et2_widget_file) due to import cycle +import './vfsSelectUI'; import './et2_widget_template'; import './et2_widget_grid'; import './et2_widget_box';