Editing a process name causes store state mutations outside of store mutations
Any change in the input field when editing an existing process' name causes a Vue warning to show up in dev:
[Vue warn]: Error in callback for watcher "function () { return this._data.$$state }": "Error: [vuex] do not mutate vuex store state outside mutation handlers."
It seems this is caused by this line.