diff --git a/src/store/console/getters.ts b/src/store/console/getters.ts index caede5a5e4..4bb3b6b7b4 100644 --- a/src/store/console/getters.ts +++ b/src/store/console/getters.ts @@ -36,7 +36,8 @@ export const getters: GetterTree = { 'ABORT', 'ACCEPT', 'ADJUSTED', - 'GET_POSITION' + 'GET_POSITION', + 'SET_RETRACTION' ] additional.forEach(command => { if (command in commands !== true) {