Fix silly typo
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user