Skip to content

Commit

Permalink
Fixed not being able to update node taints (#12949)
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-vashkevich authored Dec 27, 2024
1 parent 8698cb8 commit 9fe1f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/components/form/Taints.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
:preserve-keys="['effect']"
:add-label="t('labels.addTaint')"
:disabled="disabled"
@update:value="$emit('input', $event)"
@update:value="(e) => $emit('update:value', e)"
>
<template #label:effect>
{{ t('tableHeaders.effect') }}
Expand Down

0 comments on commit 9fe1f4a

Please sign in to comment.