Skip to content

Commit

Permalink
Merge pull request #861 from bcgov/oleks
Browse files Browse the repository at this point in the history
Remove bullet list from all editor components
  • Loading branch information
ychung-mot authored Dec 10, 2024
2 parents c1ea247 + b8fc620 commit 021ee5e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ <h4>All fields are required except where stated.</h4>
<button type="button" class="ql-underline" aria-label="Underline"></button>
<button type="button" class="ql-link" aria-label="Link"></button>
<button class="ql-list" value="ordered" aria-label="List Ordered"></button>
<button class="ql-list" value="bullet" aria-label="List Bullet"></button>
</span>
</ng-template>
</p-editor>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
<button type="button" class="ql-underline" aria-label="Underline"></button>
<button type="button" class="ql-link" aria-label="Link"></button>
<button class="ql-list" value="ordered" aria-label="List Ordered"></button>
<button class="ql-list" value="bullet" aria-label="List Bullet"></button>
</span>
</ng-template>
</p-editor>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ <h4>Send a message to all hosts of the listings selected below. All fields are r
<button type="button" class="ql-underline" aria-label="Underline"></button>
<button type="button" class="ql-link" aria-label="Link"></button>
<button class="ql-list" value="ordered" aria-label="List Ordered"></button>
<button class="ql-list" value="bullet" aria-label="List Bullet"></button>
</span>
</ng-template>
</p-editor>
Expand Down

0 comments on commit 021ee5e

Please sign in to comment.