Skip to content

Commit

Permalink
Merge pull request #6 from DataShades/UNIMXCGBD-222
Browse files Browse the repository at this point in the history
UNIMXCGBD-222/replace form-control with form-select
  • Loading branch information
TomeCirun authored Jul 17, 2024
2 parents 80b1788 + afadd79 commit a5b0ab1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ckan.module("ctp-type-selector", function ($, _) {
'<div class="control-group form-group control-medium">',
'<label for="field-ctp-package-type" class="control-label"></label>',
'<div class="controls">',
'<select id="field-ctp-package-type" class="form-control">',
'<select id="field-ctp-package-type" class="form-select">',
"</select>",
"</div>",
"</div>",
Expand Down

0 comments on commit a5b0ab1

Please sign in to comment.