Skip to content

Commit

Permalink
Fixed solution editing bug (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhaufe authored Jun 29, 2024
1 parent 1b1a035 commit 0caba3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/solution/[slug]/edit-entry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ watch(() => name.value, (newName) => {
<div class="field grid">
<label for="slug" class="col-fixed w-7rem">Slug</label>
<div class="col">
<InputText id="slug" name="slug" disabled tabindex="-1" v-model="slug" variant="filled"
<InputText id="slug" name="slug" disabled tabindex="-1" v-model="newSlug" variant="filled"
class="w-23rem" />
</div>
</div>
Expand Down

0 comments on commit 0caba3e

Please sign in to comment.