This commit is contained in:
Timothy Jaeryang Baek
2025-09-26 22:53:57 -05:00
parent 23f62a7312
commit 45e1c72613

View File

@@ -206,7 +206,7 @@
type: 'application/json'
});
saveAs(blob, `tool-server-${name || id || 'export'}.json`);
saveAs(blob, `tool-server-${id || name || 'export'}.json`);
};
const submitHandler = async () => {