Skip to content

Commit

Permalink
Merge pull request #93 from Leo-Nicolle/develop
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
Leo-Nicolle authored Aug 5, 2024
2 parents d42a16a + 8eca407 commit 7b89b2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/components/modals/BookModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<n-form-item :label="$t('forms.solutionStyles')" path="book.solutionStyle">
<n-select v-model:value="book.solutionStyle" :options="solutionStyles" :loading="loading"
:defaultValue="book.solutionStyle" filterable />
/>
</n-form-item>
<n-form-item :label="$t('forms.comment')" path="book.comment">
<n-input type="textarea" v-model:value="book.comment" placeholder="comment" :autosize="{
Expand Down Expand Up @@ -137,4 +136,4 @@ function save() {
.rightpanel>.scroll {
max-height: 400px;
}
</style>
</style>

0 comments on commit 7b89b2e

Please sign in to comment.