Skip to content

Commit

Permalink
We had a place where value was data and not a prop
Browse files Browse the repository at this point in the history
  • Loading branch information
codyrancher committed Aug 8, 2024
1 parent f3b5fc6 commit 85e02e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shell/components/nav/Jump.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
<div>
<input
ref="input"
v-model="localValue"
v-model="value"
:placeholder="t('nav.resourceSearch.placeholder')"
class="search"
@keyup.esc="$emit('closeSearch')"
Expand Down
2 changes: 1 addition & 1 deletion shell/components/nav/WorkspaceSwitcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default {
>
<Select
ref="select"
v-model="localValue"
v-model="value"
label="label"
:append-to-body="false"
:options="options"
Expand Down

0 comments on commit 85e02e0

Please sign in to comment.