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
54
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
bb711e9b
Commit
bb711e9b
authored
just now
by
Ben Hayward
Browse files
Options
Download
Update blocked-channels.component.ts
parent
12a67e6f
fix/blocked-channels-bug-2244
1 merge request
!657
[Sprint/RollingRabbit](fix): Blocked channels eternally loading. #2244
Pipeline
#96651768
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app/modules/settings/blocked-channels/blocked-channels.component.ts
View file @
bb711e9b
...
...
@@ -41,7 +41,7 @@ export class SettingsBlockedChannelsComponent implements OnInit {
this
.
moreData
=
false
;
// Support pagination in the future
if
(
list
.
length
<
1
)
{
throw
new
Error
(
'
No more
entitie
s
'
);
throw
new
Error
(
'
No more
channel
s
'
);
}
}),
switchMap
(
async
guids
=>
{
...
...
This diff is collapsed.
Please
register
or
sign in
to comment