mirror of
https://github.com/open-webui/open-webui.git
synced 2026-01-02 22:55:20 +00:00
refac
This commit is contained in:
parent
459cfde1f8
commit
4a17a7c20a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
if (res) {
|
if (res) {
|
||||||
window.opener.postMessage({ type: 'sync:version', data: res.version }, '*');
|
window.opener.postMessage({ type: 'sync:version', data: res }, '*');
|
||||||
}
|
}
|
||||||
|
|
||||||
loading = true;
|
loading = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue