mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
const progressBar = document.getElementById('progress-bar');
|
||||
|
||||
if (progressBar) {
|
||||
progressBar.style.width = `${value * 0.24}rem`;
|
||||
progressBar.style.width = `${value}%`;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user