diff --git a/package.json b/package.json index 4e7512e5..09e31ee7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frappe-books", - "version": "0.13.0", + "version": "0.14.0", "description": "Simple book-keeping app for everyone", "main": "background.js", "author": { diff --git a/src/components/Controls/FormControl.vue b/src/components/Controls/FormControl.vue index 3740c9b4..7926cd30 100644 --- a/src/components/Controls/FormControl.vue +++ b/src/components/Controls/FormControl.vue @@ -55,7 +55,7 @@ export default { } }, select() { - this.$refs.control.$refs?.input?.select() + this.$refs.control.$refs?.input?.select(); }, focus() { this.$refs.control.focus();