diff --git a/dashboard/src/components/AppArchive.vue b/dashboard/src/components/AppArchive.vue index 7b5a1af30..daa77ac19 100644 --- a/dashboard/src/components/AppArchive.vue +++ b/dashboard/src/components/AppArchive.vue @@ -59,7 +59,7 @@ async function onRemove(archive) { if (!yes) return; - const [error] = await archivesModel.remvove(archive.id); + const [error] = await archivesModel.remove(archive.id); if (error) return console.error(error); await refreshArchives();