Skip to content

Commit

Permalink
fixed labelslist error
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaStere42 committed Nov 20, 2024
1 parent 66865a3 commit 508ce1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layouts/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</button>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<%/* %> <div class="labelsList" id="labelsList"></div> <% */%>
<div class="labelsList" id="labelsList"></div>
<div class="addNewLabel">
<button id="addNewLabel" class="btn btn-primary"> + ADD NEW LABELS</button>
</div>
Expand Down

0 comments on commit 508ce1b

Please sign in to comment.