Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter committed Sep 12, 2024
1 parent 40e96f1 commit b96e89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ShootWorkers/GMachineType.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SPDX-License-Identifier: Apache-2.0
<template>
<v-autocomplete
ref="autocomplete"
v-model:modelValue="internalValue"
v-model:model-value="internalValue"
v-messages-color="{ color: 'warning' }"
auto-select-first
color="primary"
Expand Down

0 comments on commit b96e89a

Please sign in to comment.