Skip to content

Commit

Permalink
Merge pull request #12527 from rak-phillip/bugfix/12524-rke2-registries
Browse files Browse the repository at this point in the history
Bind updates with `@update:value` in `RegistryMirrors.vue`
  • Loading branch information
rak-phillip authored Nov 6, 2024
2 parents 54f24cf + 85b93b0 commit 737e5a2
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 737e5a2

Please sign in to comment.