@syncfusion/ej2-layouts 20.3.48 → 20.3.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2559,6 +2559,9 @@ let DashboardLayout = class DashboardLayout extends Component {
2559
2559
  if (document.querySelectorAll(template).length) {
2560
2560
  return compile(document.querySelector(template).innerHTML.trim());
2561
2561
  }
2562
+ else {
2563
+ return compile(template);
2564
+ }
2562
2565
  }
2563
2566
  catch (error) {
2564
2567
  const sanitizedValue = SanitizeHtmlHelper.sanitize(template);