Skip to content

Commit

Permalink
fix(ui/json): spelling in notify (#17697)
Browse files Browse the repository at this point in the history
  • Loading branch information
smakinson authored Dec 11, 2024
1 parent 5a5a692 commit 3d7ab21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/plugins/notify/Notify.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
},
"...": {
"type": "Any",
"desc": "Any other QBtn prop expect 'onClick' (use 'handler' instead, only possible with UI config)",
"desc": "Any other QBtn prop except 'onClick' (use 'handler' instead, only possible with UI config)",
"examples": [ "label: 'Learn more'", "color: 'primary'" ]
}
},
Expand Down Expand Up @@ -405,7 +405,7 @@
},
"...": {
"type": "Any",
"desc": "Any other QBtn prop expect 'onClick' (use 'handler' instead)",
"desc": "Any other QBtn prop except 'onClick' (use 'handler' instead)",
"examples": [ "label: 'Learn more'", "color: 'primary'" ]
}
},
Expand Down

0 comments on commit 3d7ab21

Please sign in to comment.