Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
806
Merge Requests
53
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
ba68b78d
Commit
ba68b78d
authored
28 minutes ago
by
Mark Harding
Browse files
Options
Download
(chore): minor fixes to pro settings
parent
52cd1f90
pro-settings-2163
1 merge request
!638
WIP: Refactor PRO settings
Pipeline
#96010132
failed with stages
in 6 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
src/app/modules/pro/settings/settings.component.html
View file @
ba68b78d
...
...
@@ -372,7 +372,6 @@
onAssetFileSelect('logo', logoField.files)
"
#logoField
formControlName=
"logo"
/>
<img
...
...
@@ -415,7 +414,6 @@
)
"
#backgroundField
formControlName=
"background"
/>
<img
*ngIf=
"getPreviewAssetSrc('background')"
...
...
This diff is collapsed.
src/app/modules/pro/settings/settings.component.ts
View file @
ba68b78d
...
...
@@ -163,7 +163,7 @@ export class ProSettingsComponent implements OnInit, AfterViewInit, OnDestroy {
ngOnDestroy
()
{
this
.
paramMap$
.
unsubscribe
();
this
.
param$
.
unsubscribe
();
this
.
domainValidation$
.
unsubscribe
();
//
this.domainValidation$.unsubscribe();
}
async
load
()
{
...
...
This diff is collapsed.
Please
register
or
sign in
to comment