Codemaid
This commit is contained in:
@@ -28,7 +28,7 @@ public class ItemCreatedHandler(IServiceProvider serviceProvider,
|
||||
int index = cache.IndexOf(cachedItem);
|
||||
decoratorService.Set(cachedItem);
|
||||
|
||||
publisher.Publish(Insert.As(index, viewModel),
|
||||
publisher.Publish(Insert.As(index, viewModel),
|
||||
nameof(ItemNavigationCollectionViewModel));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user