mirror of
https://github.com/open-webui/open-webui
synced 2025-01-29 13:58:09 +00:00
fix
This commit is contained in:
parent
0e7db89117
commit
0ec4d56593
@ -48,7 +48,7 @@
|
||||
|
||||
const url = 'https://openwebui.com';
|
||||
|
||||
const tab = await window.open(`${url}/tools/create`, '_blank');
|
||||
const tab = await window.open(`${url}/functions/create`, '_blank');
|
||||
|
||||
// Define the event handler function
|
||||
const messageHandler = (event) => {
|
||||
|
Loading…
Reference in New Issue
Block a user