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
399
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
768c7a5f
Commit
768c7a5f
authored
25 minutes ago
by
Emiliano Balbuena
Browse files
Options
Download
(chore): Enable 1Y back
parent
637b88fb
goal/top-algorithm-redux-2
1 merge request
!677
Allow period fallbacks on Discovery feeds
Pipeline
#100378834
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/app/common/components/sort-selector/sort-selector.component.ts
View file @
768c7a5f
...
...
@@ -56,10 +56,10 @@ export class SortSelectorComponent implements OnInit, OnDestroy, AfterViewInit {
id
:
'
30d
'
,
label
:
'
30d
'
,
},
/*
{
{
id
:
'
1y
'
,
label: '1y'
},
*/
label
:
'
1y
'
,
},
];
customTypes
:
Array
<
{
id
;
label
;
icon
?
}
>
=
[
...
...
This diff is collapsed.
Please
register
or
sign in
to comment