saveRequest
    .then(({ body }) => {
      commit(MutationNames.AddCombination, body)
      TW.workbench.alert.create('Combination was successfully saved.', 'notice')
    })