project-booster-vue 9.14.0 → 9.14.1

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": "9.14.0",
3
+ "version": "9.14.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -148,6 +148,7 @@ export default {
148
148
  }
149
149
  },
150
150
  async createDeclarationProjectWithoutAppointment({ commit, state }: AppointmentQualificationContext) {
151
+ commit('setIsLoadingProject', true);
151
152
  try {
152
153
  const project = {
153
154
  businessUnit: state.sessions.businessUnit,