project-booster-vue 8.128.7 → 8.128.8

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.128.7",
3
+ "version": "8.128.8",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "test:unit": "vue-cli-service test:unit --forceExit --detectOpenHandles",
@@ -170,7 +170,7 @@
170
170
  full-width
171
171
  >
172
172
  <m-button label="Annuler" theme="bordered-neutral" @click="reset" />
173
- <m-button :label="payload.viewModel.dialog.chooseAnotherMediaLabel" @click="chooseAnotherDocument" />
173
+ <m-button :label="payload.viewModel.dialog.chooseAnotherMediaLabel" @click="chooseAnotherMedia" />
174
174
  </m-flex>
175
175
  <m-flex v-else class="pb-media-upload__footer" justify-content="center">
176
176
  <m-button
@@ -134,7 +134,6 @@ export const mediaDocumentsUploadStoreOptions = {
134
134
  state.context.subType,
135
135
  );
136
136
  }
137
- dispatch('refreshMediaList');
138
137
  const location = response.headers.location;
139
138
  const [mediaId] = location.split('/').slice(-1);
140
139
  commit('setUploadedId', mediaId);