project-booster-vue 8.123.2 → 8.123.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "8.123.2",
3
+ "version": "8.123.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "test:unit": "vue-cli-service test:unit --forceExit --detectOpenHandles",
@@ -132,7 +132,6 @@ export default {
132
132
  } else {
133
133
  commit('setAppointmentQualification', appointments.results);
134
134
  commit('setCurrentAppointmentQualification', appointments.results[appointments.total - 1]);
135
- dispatch('documents/loadMedia');
136
135
  if (appointments.results[appointments.total - 1]['serializedContext']) {
137
136
  dispatch('updateScenario', appointments.results[appointments.total - 1]['serializedContext']);
138
137
  }