Skip to content

Commit

Permalink
UNIMXCGBD-222/form-select
Browse files Browse the repository at this point in the history
  • Loading branch information
TomeCirun committed Jul 17, 2024
1 parent f5b2bb0 commit afadd79
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 afadd79

Please sign in to comment.