Skip to content

Commit

Permalink
fix(ui): typo on pinia store
Browse files Browse the repository at this point in the history
Fixes #3327
  • Loading branch information
robertsLando committed Oct 9, 2023
1 parent 5286879 commit 5b3a205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const useBaseStore = defineStore('base', {
rf: {
region: undefined,
txPower: {
powerLevel: undefined,
powerlevel: undefined,
measured0dBm: undefined,
},
},
Expand Down

0 comments on commit 5b3a205

Please sign in to comment.