Skip to content

Commit

Permalink
Merge pull request #12528 from rancher/gha-portpr-11711338235-1
Browse files Browse the repository at this point in the history
[backport v2.10.0] Bind updates with `@update:value` in `RegistryMirrors.vue`
  • Loading branch information
rak-phillip authored Nov 6, 2024
2 parents f878279 + 2b67f39 commit 79a80fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default {
:default-add-value="defaultAddValue"
:initial-empty-row="true"
:mode="mode"
@input="update"
@update:value="update"
>
<template #default="{row}">
<div class="row">
Expand Down

0 comments on commit 79a80fc

Please sign in to comment.