action fix
This commit is contained in:
parent
0e1aa0261f
commit
67003df587
|
|
@ -45,8 +45,7 @@ private enum TableRowActionHandler<CellType: ConfigurableCell> where CellType: U
|
|||
|
||||
switch self {
|
||||
case .voidAction(let handler):
|
||||
handler(options)
|
||||
return ()
|
||||
return handler(options)
|
||||
case .action(let handler):
|
||||
return handler(options)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue