[Connect Admin | new-theme]: profile.component.ts: [Bug fix] Class is "uk-hidden" instead of "hidden".

This commit is contained in:
Konstantina Galouni 2022-09-19 12:45:45 +03:00
parent b373a53e34
commit 876b51d420
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ export class ClearCacheService {
purgeBrowserCache(message: string = null, pid: string) {
if(properties.deleteBrowserCacheUrl) {
let url = properties.deleteBrowserCacheUrl + "/" + pid;
this.http.get(url, CustomOptions.registryOptions()).subscribe(
res => console.log((message ? message + ": " : "") + "Browser Cache purged!"),