Browse Source

Fix title.service.ts

pull/1218/head
Sebastian Stehle 1 year ago
committed by GitHub
parent
commit
f040069904
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      frontend/src/app/framework/services/title.service.ts

1
frontend/src/app/framework/services/title.service.ts

@ -70,6 +70,7 @@ export class TitleService {
}
this.path$.next(clone);
return result;
}
public pop() {

Loading…
Cancel
Save