Skip to content

Commit

Permalink
spell it right
Browse files Browse the repository at this point in the history
  • Loading branch information
pfaffman committed Mar 20, 2024
1 parent da35d87 commit 9c2de87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/discourse/api-initializers/api-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function applyQrcode(element, key = "composer") {
}

export default apiInitializer("0.11.1", (api) => {
api.addToolbarPopupMenuOption(() => {
api.addComposerToolbarPopupMenuOption(() => {
return {
action: "insertqrcodesample",
icon: "qrcode",
Expand Down

0 comments on commit 9c2de87

Please sign in to comment.