Skip to content

Commit

Permalink
[2.10] Fixed not being able to update node taints (#13014)
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-vashkevich authored Jan 7, 2025
1 parent 56b646a commit 35cbf5b
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 35cbf5b

Please sign in to comment.