mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-25 09:44:25 +01:00
Typo
This commit is contained in:
parent
7270b5fe0c
commit
4b28ddd691
@ -2737,7 +2737,7 @@ function updateEmbeddingsList(filter = "") {
|
|||||||
let button
|
let button
|
||||||
if (iconlist.length==0) {
|
if (iconlist.length==0) {
|
||||||
button = document.createElement("button")
|
button = document.createElement("button")
|
||||||
button.innerText="m"
|
button.innerText = m
|
||||||
} else {
|
} else {
|
||||||
let img = '/media/images/noimg.png'
|
let img = '/media/images/noimg.png'
|
||||||
if (token in embIcon) {
|
if (token in embIcon) {
|
||||||
|
Loading…
Reference in New Issue
Block a user