Fixed user reference problem in event creation
This commit is contained in:
@@ -32,7 +32,7 @@ public partial class EnqueuePage(AuthorizationHandler authHandler, NavigationMan
|
||||
}
|
||||
|
||||
_event = await context.Events
|
||||
.Include(e => e.Host)
|
||||
.Include(@event => @event.Host)
|
||||
.FirstOrDefaultAsync(e => e.Id == guid);
|
||||
|
||||
if (_event is null) {
|
||||
|
||||
Reference in New Issue
Block a user