Skip to content

Commit

Permalink
Fix missing classes to components
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrrm committed May 20, 2024
1 parent d417f7f commit c105c1c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@

<select id="reasonFilter"
name="reasonFilter"
class="select-brand"
data-bind="options: reasonChoices,
value: reasonFilter,
optionsText: 'Text',
Expand All @@ -121,7 +122,7 @@

<br />

<input type="submit" value="Filter" data-bind="click: applyFilter" />
<input type="submit" class="btn-brand" value="Filter" data-bind="click: applyFilter" />
</div>
</fieldset>
</form>
Expand Down

0 comments on commit c105c1c

Please sign in to comment.