Merge pull request #2491 from umbraco/v15/bugfix/detail-repository-update-model
Bugfix: Detail repository base `save()` returns updated model
This commit is contained in:
@@ -124,7 +124,7 @@ export abstract class UmbDetailRepositoryBase<
|
||||
this.#notificationContext!.peek('positive', notification);
|
||||
}
|
||||
|
||||
return { data: model, error };
|
||||
return { data: updatedData, error };
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user