Skip to content

Commit

Permalink
[fix] preview collapsed preview titleFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
AIC-BV authored Aug 26, 2024
1 parent 732ca41 commit c4f94e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/backend/formwidgets/repeater/assets/js/repeater.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
return $textInput.val()
}
} else {
var $disabledTextInput = $('.text-field:first > .form-control', $target)
var $disabledTextInput = $('.form-control', $target)
if ($disabledTextInput.length) {
return $disabledTextInput.text()
}
Expand Down

0 comments on commit c4f94e6

Please sign in to comment.