Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
n00rsy committed Oct 11, 2024
1 parent 8fe0705 commit 62f10a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/src/components/setting/ownership_setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@

<div class="form-group row">
<div class="col-md-4">
<p> {{ ownership_id_title }} </p>
<p> {{ ownershipIdTitle }} </p>
</div>
<div class="col-md-8 pull-right">
<input
v-model="ownership_id"
v-model="ownershipId"
type="text"
class="form-control input-sm"
placeholder="Ownership ID"
Expand Down

0 comments on commit 62f10a7

Please sign in to comment.