Skip to content

Commit 4034914

Browse files
authored
Merge pull request #360 from icefoganalytics/test
Fixing for Alkan
2 parents 05207a9 + 6a601d7 commit 4034914

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/web/src/components/application/sfa-funding-requests/student-training-allowance/StudentTrainingAllowance.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,10 @@ export default {
245245
},
246246
247247
staEligibleInstitutions: function() {
248-
return [4664, 5326, 3488, 5648]; // YukonU and Alkan campuses
248+
return [5326, 3488, 5648]; // YukonU and Alkan campuses
249249
},
250250
staOtherEligibleInstitutions: function() {
251-
const baseCampusIds = [];
251+
const baseCampusIds = [4664];
252252
253253
if (
254254
this.application &&
@@ -341,8 +341,6 @@ export default {
341341
} catch (error) {
342342
this.$emit("showError", "Error to insert");
343343
} finally {
344-
console.log("Calling Load:", this.application.id);
345-
346344
store.dispatch("loadApplication", this.application.id);
347345
}
348346
},

0 commit comments

Comments
 (0)