Skip to content

Commit

Permalink
Merge pull request #740 from ymaheshwari1/fix/pin-job-history
Browse files Browse the repository at this point in the history
Removed: logic to disable the pin job action for history job config
  • Loading branch information
ymaheshwari1 authored Nov 13, 2024
2 parents ad5ba07 + fc0ca13 commit dded164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/JobConfiguration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<ion-icon slot="start" :icon="copyOutline" />
{{ translate("Copy details") }}
</ion-item>
<ion-item :disabled="historyJobConfig" @click="updatePinnedJobs(currentJob?.systemJobEnumId)" button>
<ion-item @click="updatePinnedJobs(currentJob?.systemJobEnumId)" button>
<ion-icon slot="start" :icon="pinOutline" />
<ion-checkbox :checked="pinnedJobs && pinnedJobs.includes(currentJob.systemJobEnumId)">
<ion-label>{{ translate("Pin job") }}</ion-label>
Expand Down

0 comments on commit dded164

Please sign in to comment.