Fix entry state not showing when first added

This commit is contained in:
crschnick 2025-02-23 14:16:55 +00:00
parent 28391e5847
commit af18da6ead

View file

@ -202,6 +202,7 @@ public class StoreViewState {
.getUuid())))
.forEach(storeCategoryWrapper -> storeCategoryWrapper.update());
}
l.forEach(storeEntryWrapper -> storeEntryWrapper.update());
});
}