Skip to content

Commit

Permalink
Fix #12944 (#12945)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed Dec 14, 2022
1 parent 65dce6f commit eb5fe43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
</div>

<script at="Foot" depends-on="selectOptionsEditor">
selectOptionsEditor.initilizeElement('@(widgetId)-selectOptions', @Html.Raw(Model.Options), @Model.DefaultValue);
selectOptionsEditor.initilizeElement('@(widgetId)-selectOptions', @Html.Raw(Model.Options), '@Model.DefaultValue');
var wrapper = document.getElementById('@Html.IdFor(m => m)');
if (wrapper != null) {
Expand Down

0 comments on commit eb5fe43

Please sign in to comment.