mirror of
https://github.com/xpipe-io/xpipe.git
synced 2025-04-17 09:43:37 +00:00
Fix entry state not showing when first added
This commit is contained in:
parent
28391e5847
commit
af18da6ead
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ public class StoreViewState {
|
|||
.getUuid())))
|
||||
.forEach(storeCategoryWrapper -> storeCategoryWrapper.update());
|
||||
}
|
||||
l.forEach(storeEntryWrapper -> storeEntryWrapper.update());
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue