fix: telemetry capture on client side

This commit is contained in:
Jannat Patel
2023-05-18 14:26:48 +05:30
parent 611cc4d5a1
commit 93f0f8ab44
5 changed files with 31 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ textarea.field-input {
border-bottom: none;
}
.outline-lesson .level {
.outline-lesson .level, .chapter-container .level {
justify-content: start;
}

View File

@@ -1,4 +1,3 @@
import "./profile.js";
import "./common_functions.js";
import "../../../../frappe/frappe/public/js/frappe/ui/chart.js";
import "../../../../frappe/frappe/public/js/telemetry/index.js";