action fix
This commit is contained in:
parent
6abdc8ad8d
commit
3ba9f45ded
|
|
@ -46,7 +46,7 @@ private enum TableRowActionHandler<CellType: ConfigurableCell> where CellType: U
|
|||
switch self {
|
||||
case .voidAction(let handler):
|
||||
handler(options)
|
||||
return nil
|
||||
return ()
|
||||
case .action(let handler):
|
||||
return handler(options)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue