Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Jun 26, 2024
1 parent 0e7db89 commit 0ec4d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/workspace/Functions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 0ec4d56

Please sign in to comment.