mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-28 19:08:01 +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,
|
||||
icon: contact.icon.Facebook,
|
||||
placeholder: '' as IntlString
|
||||
placeholder: 'https://fb.com/jappleseed' as IntlString
|
||||
},
|
||||
contact.channelProvider.Facebook
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user