Skip to content

Commit

Permalink
add roles
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Jan 24, 2025
1 parent ffa568e commit 6327008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/inventoryScanner/scanner.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
<div class="label">Item Type</div>
<input id="scanner--itemType" name="itemType" type="hidden" value="stock" />
<div class="tabs is-toggle is-fullwidth mb-3">
<ul id="scanner--itemTypeTabs">
<div class="tabs is-toggle is-fullwidth mb-3" role="tablist">
<ul id="scanner--itemTypeTabs" role="presentation">
<li class="is-active">
<a href="#itemTypeTab--stock" data-item-type="stock">
<span>Stock Item</span>
Expand Down

0 comments on commit 6327008

Please # to comment.