Skip to content

Commit

Permalink
fix: number value in configuration page[WTEL-3818]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lera24 committed Oct 23, 2023
1 parent e7da77d commit ffe16bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default {
type: 'number',
},
on: {
input: (event) => this.setItemProp({ prop: 'value', value: event }),
input: (event) => this.setItemProp({ prop: 'value', value: +event }),
},
});
Expand Down

0 comments on commit ffe16bc

Please sign in to comment.