Fix silly typo

This commit is contained in:
2026-01-17 12:42:56 -06:00
parent c47fd80ae8
commit 42a3fd9c92

View File

@@ -76,7 +76,7 @@ export default defineComponent({
async deleteClicked() { async deleteClicked() {
const idx = this.selected.substring(6); const idx = this.selected.substring(6);
this.selected = "custom"; this.selected = "custom";
await this.deleteLocalPreset(this.generator, idk); await this.deleteLocalPreset(this.generator, idx);
}, },
async savePreset(idx, preset) { async savePreset(idx, preset) {
idx = await this.saveLocalPreset(this.generator, idx, preset); idx = await this.saveLocalPreset(this.generator, idx, preset);