Save local presets

This commit is contained in:
2025-03-09 22:42:08 -05:00
parent afdf713263
commit d9b376815f
6 changed files with 156 additions and 19 deletions

View File

@@ -89,7 +89,7 @@ export default defineComponent({
}
})
.catch(error => {
if (error.response.status == 409) {
if (error.response?.status == 409) {
// still generating, try again
setTimeout(this.fetchSeed.bind(this), 2000);
} else {