mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
commit
cd20c578d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue