Convert hotkey value to Number

This commit is contained in:
Alicia Sykes 2021-10-24 17:24:09 +01:00
parent 16e649c67f
commit 91956d88a2
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ export default {
};
if (newItem.tags) newItem.tags = strToTags(newItem.tags);
if (newItem.statusCheck) newItem.statusCheck = strToBool(newItem.statusCheck);
// if (newItem.hotkey) newItem.hotkey = parseInt(newItem.hotkey, 10);
return newItem;
},
/* Clean up work, triggered when modal closed */