We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ff18b commit aa00b98Copy full SHA for aa00b98
1 file changed
packages/configurator/src/model-api-configurator/ModelApiConfigurator.vue
@@ -144,7 +144,7 @@ const selectedFunction = ref()
144
const selectedFunctionIndex = ref(null)
145
146
const methodDisabled = computed(
147
- () => selectedFunction.value.url !== `${selectedModel.value.modelUrl}/${selectedFunction.value.nameEn}`
+ () => selectedFunction.value.url === `${selectedModel.value.modelUrl}/${selectedFunction.value.nameEn}`
148
)
149
150
const getModel = async () => {
0 commit comments