Added updating of display name to profile. Added employees table.

This commit is contained in:
Patrick Fic
2020-02-04 12:42:20 -08:00
parent 55cec20914
commit de6ca52fb8
33 changed files with 514 additions and 39 deletions

View File

@@ -42,8 +42,9 @@ const errorLink = onError(
authorization: token ? `Bearer ${token}` : ""
}
});
return forward(operation);
console.log("forward", forward);
console.log("operation", operation);
return forward(operation).subscribe();
// return new Observable(observer => {
// const subscriber = {