fix(diff_commit_merge): delayed commit data load condition
This commit is contained in:
parent
da353cec84
commit
ce7d595427
8 changed files with 278 additions and 131 deletions
|
|
@ -297,10 +297,10 @@ export class RecipeService {
|
|||
);
|
||||
}
|
||||
|
||||
async getPatchListOfCurrentFile(
|
||||
getPatchListOfCurrentFile(
|
||||
country: string,
|
||||
filename: string
|
||||
): Promise<Observable<any>> {
|
||||
): Observable<any> {
|
||||
|
||||
console.log("try get patches", country, filename);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue