refactor: no longer triggers an activity processing automatically on acquisition added
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user