mirror of
https://github.com/open-webui/open-webui.git
synced 2025-10-04 11:40:42 +02:00
refac
This commit is contained in:
@@ -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 () => {
|
||||||
|
Reference in New Issue
Block a user