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
405
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
d3605f04
Commit
d3605f04
authored
58 minutes ago
by
Ben Hayward
Browse files
Options
Download
Update for feedback
parent
406c3cc3
fix/blog-media-nsfw-update-1936
1 merge request
!613
[Sprint/QuietQuail](fix): Blog & media edit updated to new nsfw system #1936
Pipeline
#100443761
passed with stages
in 55 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/app/common/components/nsfw-selector/nsfw-selector.component.ts
View file @
d3605f04
...
...
@@ -32,8 +32,10 @@ export class NSFWSelectorComponent {
)
{}
ngOnInit
()
{
for
(
const
reason
of
this
.
service
.
reasons
)
{
this
.
toggle
(
reason
.
value
,
false
);
if
(
this
.
service
.
reasons
)
{
for
(
const
reason
of
this
.
service
.
reasons
)
{
this
.
toggle
(
reason
.
value
,
false
);
}
}
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment