refactor: no longer triggers an activity processing automatically on acquisition added

This commit is contained in:
Sophie-Gaëlle CALLOCH
2026-07-07 17:05:27 +02:00
parent e8e7c4f642
commit a22845add8
3 changed files with 1 additions and 5 deletions
-1
View File
@@ -57,7 +57,6 @@ const add = async () => {
}
await acquiredTypesStore.addAcquiredType(id, count.value, price.value, lid, fromEveDatetimeInput(date.value));
await acquiredTypesStore.processNewActivities();
modalOpen.value = false;
}