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
403
Merge Requests
55
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
09d9fbdb
Commit
09d9fbdb
authored
41 minutes ago
by
Olivia Madrid
Browse files
Options
Download
(fix): undid the last commit
parent
6139bf37
undefined-opts-2300
1 merge request
!678
Fixed analytics filter options undefined error
Pipeline
#100691756
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/pro/settings/settings.component.html
View file @
09d9fbdb
...
...
@@ -551,7 +551,7 @@
</div>
<div
class=
"m-proSettings__row--input"
*ngIf=
"form.value.hashtags.length >
-1
"
*ngIf=
"form.value.hashtags.length >
0
"
>
<m-draggableList
[headers]=
"['Label', '#Hashtag']"
...
...
This diff is collapsed.
Please
register
or
sign in
to comment