Skip to content

Commit

Permalink
Merge pull request #625 from amansinghbais/job-manager/moreJobDetails
Browse files Browse the repository at this point in the history
Fixed: moreJobs details not visible on Products page
  • Loading branch information
ravilodhi authored Oct 30, 2023
2 parents abc602e + 76b8cad commit b9e203e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Product.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<ion-toggle slot="end" :disabled="!hasPermission(Actions.APP_JOB_UPDATE)" :checked="deleteProductsWebhook" @ionChange="updateWebhook($event['detail'].checked, 'DELETE_PRODUCTS')" color="secondary" />
</ion-item>
</ion-card>
<MoreJobs v-if="getMoreJobs({...jobEnums, ...initialLoadJobEnums}, enumTypeId).length" :jobs="getMoreJobs({...jobEnums, ...initialLoadJobEnums}, enumTypeId).length" />
<MoreJobs v-if="getMoreJobs({...jobEnums, ...initialLoadJobEnums}, enumTypeId).length" :jobs="getMoreJobs({...jobEnums, ...initialLoadJobEnums}, enumTypeId)" />
</section>

<aside class="desktop-only" v-if="isDesktop" v-show="currentJob">
Expand Down

0 comments on commit b9e203e

Please sign in to comment.