Skip to content

Commit

Permalink
Merge branch 'hotfix-10.24.5' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWatson committed Jul 5, 2023
2 parents 264a338 + 81a9422 commit a1995d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/views/formcontrols/iconPicker/index.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
data-value="#value#"
data-result-template="#resultTemplateId#"
data-selected-template="#selectedTemplateId#"
data-display-limit="#ArrayLen( icons )#"
>
<cfloop item="icon" array="#icons#">
<cfset selected=ListFind( value, icon ) />
Expand Down

0 comments on commit a1995d3

Please sign in to comment.