mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-19 05:05:58 +08:00
fix : incorrect element id
This commit is contained in:
parent
1dfb479d36
commit
a6ca6c1712
@ -157,7 +157,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
pipelineFiles = null;
|
pipelineFiles = null;
|
||||||
const pipelineUploadInputElement = document.getElementById('pipeline-upload-input');
|
const pipelineUploadInputElement = document.getElementById('pipelines-upload-input');
|
||||||
|
|
||||||
if (pipelineUploadInputElement) {
|
if (pipelineUploadInputElement) {
|
||||||
pipelineUploadInputElement.value = null;
|
pipelineUploadInputElement.value = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user