It it now possible to create/edit item contents
This commit is contained in:
@@ -24,7 +24,7 @@ public partial class OpenLockerViewModel(IServiceProvider provider,
|
||||
{
|
||||
if (Password is { Length: > 0 })
|
||||
{
|
||||
if (await Mediator.Handle<ActivateEventArgs<Locker>, bool>(Activate.As(new Locker(Password))))
|
||||
if (await Mediator.Handle<ActivateEventArgs<Locker<string>>, bool>(Activate.As(new Locker<string>(Password))))
|
||||
{
|
||||
Publisher.Publish(Opened.As<Locker>());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user