Clients sind nicht mehr als oberste Prio
This commit is contained in:
@@ -29,7 +29,7 @@ namespace DaSaSo.ViewModel.Commands
|
||||
|
||||
public override async Task ExecuteAsync(object? parameter)
|
||||
{
|
||||
Project pro = await _projectService.CreateProject(_actualProject.AktuellClient);
|
||||
Project pro = await _projectService.CreateProject();
|
||||
_actualProject.SetProject(pro);
|
||||
_renavigator.Renavigate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user