File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/ContextChat Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
:is-output =" false"
17
17
:show-choose-button =" false"
18
18
@update:value =" onInputsChanged({ prompt: $event })" />
19
- <SmallNumberField v-if =" isSearch"
19
+ <NumberField v-if =" isSearch"
20
20
:field =" taskType.inputShape?.limit"
21
21
field-key =" limit"
22
22
:value =" inputs.limit"
@@ -141,7 +141,7 @@ import NcSelect from '@nextcloud/vue/dist/Components/NcSelect.js'
141
141
import NcNoteCard from ' @nextcloud/vue/dist/Components/NcNoteCard.js'
142
142
143
143
import TextInput from ' ../fields/TextInput.vue'
144
- import SmallNumberField from ' ../fields/SmallNumberField .vue'
144
+ import NumberField from ' ../fields/NumberField .vue'
145
145
146
146
import axios from ' @nextcloud/axios'
147
147
import { getFilePickerBuilder , showError } from ' @nextcloud/dialogs'
@@ -202,7 +202,7 @@ export default {
202
202
name: ' ContextChatInputForm' ,
203
203
204
204
components: {
205
- SmallNumberField ,
205
+ NumberField ,
206
206
TextInput,
207
207
FileDocumentIcon,
208
208
NcAvatar,
You can’t perform that action at this time.
0 commit comments