Skip to content

Commit

Permalink
Merge pull request #372 from RedHatProductSecurity/fix/OSIDB-3189-jir…
Browse files Browse the repository at this point in the history
…a-user-search

OSIDB-3189: Fix prop name
  • Loading branch information
superbuggy authored Jul 30, 2024
2 parents d509d2f + fbe6d38 commit 618ad8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FlawForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ const theAffects = computed(() => {
@updateFlaw="updateFlaw"
@update:model-value="onUnembargoed"
/>
<FlawFormOwner v-model="flaw.owner" :task_key="flaw.task_key" />
<FlawFormOwner v-model="flaw.owner" :taskKey="flaw.task_key" />
<LabelStatic
v-if="mode === 'edit'"
:modelValue="createdDate"
Expand Down

0 comments on commit 618ad8b

Please sign in to comment.