Skip to content

Commit

Permalink
fix(job-container-settings): send correct data to edit labels (#1666)
Browse files Browse the repository at this point in the history
fix(cron-job-settings): send correct data to edit labels
  • Loading branch information
RemiBonnet authored Sep 16, 2024
1 parent 9a43e68 commit 1b2bfa1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export const handleJobSubmit = (
annotations_groups: annotationsGroups.filter((annotationsGroups) =>
data.annotations_groups?.includes(annotationsGroups.id)
),
labels_groups: labelsGroups.filter((labelsGroups) => data.labels_groups?.includes(labelsGroups.id)),
source: {
image: {
tag: data.image_tag || '',
Expand Down

0 comments on commit 1b2bfa1

Please sign in to comment.