border fixed
This commit is contained in:
parent
8a471c44be
commit
4f708f5297
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ function warn_Ollama_HostEmpty() {
|
|||
if((modelOllama.selectedIndex === -1)||(modelOllama.value === '')){
|
||||
modelOllama.style.border = '2px solid red';
|
||||
}else{
|
||||
modelOllama.style.border = 'none';
|
||||
modelOllama.style.border = '';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue