mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
23f62a7312
commit
45e1c72613
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@
|
||||||
type: 'application/json'
|
type: 'application/json'
|
||||||
});
|
});
|
||||||
|
|
||||||
saveAs(blob, `tool-server-${name || id || 'export'}.json`);
|
saveAs(blob, `tool-server-${id || name || 'export'}.json`);
|
||||||
};
|
};
|
||||||
|
|
||||||
const submitHandler = async () => {
|
const submitHandler = async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue