Skip to content

Commit

Permalink
Merge pull request #675 from shanmukhdutt/job-manager/#674
Browse files Browse the repository at this point in the history
Fixed: typo in the getter that was fetching the config name due to which the history is not visible for some jobs(#674)
  • Loading branch information
ymaheshwari1 authored Feb 9, 2024
2 parents 48562d7 + aacdfc0 commit fb881df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/JobHistoryModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default defineComponent({
...mapGetters({
getCurrentEComStore:'user/getCurrentEComStore',
getStatusDesc: 'util/getStatusDesc',
currentShopifyConfig: 'user/getCurrentShopifyConfigs'
currentShopifyConfig: 'user/getCurrentShopifyConfig'
})
},
methods: {
Expand Down

0 comments on commit fb881df

Please sign in to comment.