updated how component is added
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
a5f2116470
commit
44fd63b56d
@ -24,7 +24,7 @@ class TextLinkCaretViewController: BaseViewController<TextLinkCaret> {
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
addContentTopView(view: .makeWrapper(for: component, edgeSpacing: 16.0), edgeSpacing: 0.0)
|
||||
addContentTopView(view: component)
|
||||
|
||||
setupPicker()
|
||||
setupModel()
|
||||
|
||||
@ -24,7 +24,7 @@ class TextLinkViewController: BaseViewController<TextLink> {
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
addContentTopView(view: .makeWrapper(for: component, edgeSpacing: 16.0), edgeSpacing: 0.0)
|
||||
addContentTopView(view: component)
|
||||
|
||||
setupPicker()
|
||||
setupModel()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user