mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-08 00:37:42 +00:00
Fix facebook placeholder (#920)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
ba41d98ccf
commit
7a0e56c59e
@ -214,7 +214,7 @@ export function createModel (builder: Builder): void {
|
|||||||
{
|
{
|
||||||
label: 'Facebook' as IntlString,
|
label: 'Facebook' as IntlString,
|
||||||
icon: contact.icon.Facebook,
|
icon: contact.icon.Facebook,
|
||||||
placeholder: '' as IntlString
|
placeholder: 'https://fb.com/jappleseed' as IntlString
|
||||||
},
|
},
|
||||||
contact.channelProvider.Facebook
|
contact.channelProvider.Facebook
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user