Skip to content

Commit 273f7f4

Browse files
committed
fix: lti-configuration-datails visibility logic
1 parent 54b932d commit 273f7f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lti_consumer/static/js/xblock_studio_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function LtiConsumerXBlockInitStudio(runtime, element, data) {
7878
if (data.EXTERNAL_MULTIPLE_LAUNCH_URLS_ENABLED) {
7979
// Conditionally show the LTI 1.3 launch URL field if external multiple launch URLs are enabled.
8080
toggleFieldVisibility("lti_1p3_launch_url", true);
81-
$(element).find(".field-group-lti-configuration-details.l1p3").addClass("hidden");
81+
$(element).find(".field-group-lti-configuration-details.l1p3").removeClass("hidden");
8282
} else {
8383
toggleFieldVisibility("lti_1p3_launch_url", false);
8484
// Also hides the field-group-lti-configuration-details as it is empty in this case

0 commit comments

Comments
 (0)