redirect type
This commit is contained in:
parent
af83a2aa1e
commit
e143c75215
@ -16,7 +16,7 @@ import Foundation
|
||||
public var line: LineModel? = LineModel(type: .none)
|
||||
public var hideArrow: Bool? = true
|
||||
|
||||
public init(molecules: [[ListItemModelProtocol]], dropDown: DropDownModel) {
|
||||
public init(molecules: [[ListItemModelProtocol]], dropDown: ItemDropdownEntryFieldModel) {
|
||||
self.molecules = molecules
|
||||
self.dropDown = dropDown
|
||||
super.init()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user