Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
(fix): show pro settings placeholder dragdrop when empty
· 0ed904cc
Olivia Madrid
authored
Dec 04, 2019
0ed904cc
Merge branch 'show-hashtag-placeholder' into 'master'
· 017195d1
Mark Harding
authored
Dec 09, 2019
Show pro settings placeholder dragdrop when empty See merge request
!679
017195d1
Hide whitespace changes
Inline
Side-by-side
src/app/modules/pro/settings/settings.component.html
View file @
017195d1
...
...
@@ -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']"
...
...