From 5e7e4444547f913cd7fe988103f93e0ab539a276 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Fri, 9 Oct 2020 15:53:24 +0300 Subject: [PATCH] fix(admin premium form): don't redirect to GitHub (#5785) --- .../app/shared/components/premium-form/premium-form.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/app/shared/components/premium-form/premium-form.component.ts b/docs/app/shared/components/premium-form/premium-form.component.ts index edfc3eb1..c3d75abe 100644 --- a/docs/app/shared/components/premium-form/premium-form.component.ts +++ b/docs/app/shared/components/premium-form/premium-form.component.ts @@ -26,7 +26,6 @@ export class PremiumFormComponent implements AfterViewInit { submitButtonClass: 'hs-submit-btn btn', css: '', cssClass: 'hs-custom-form', - redirectUrl: 'https://github.com/akveo/ngx-admin', }); }