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
6139bf37
Commit
6139bf37
authored
14 minutes ago
by
Olivia Madrid
Browse files
Options
Download
(fix): add placeholder row back to pro settings hashtags
parent
1b4f530e
undefined-opts-2300
1 merge request
!678
Fixed analytics filter options undefined error
Pipeline
#100690679
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 @
6139bf37
...
...
@@ -551,7 +551,7 @@
</div>
<div
class=
"m-proSettings__row--input"
*ngIf=
"form.value.hashtags.length >
0
"
*ngIf=
"form.value.hashtags.length >
-1
"
>
<m-draggableList
[headers]=
"['Label', '#Hashtag']"
...
...
This diff is collapsed.
Please
register
or
sign in
to comment