action fix

This commit is contained in:
Max Sokolov 2016-10-24 17:44:50 +03:00
parent 0e1aa0261f
commit 67003df587
1 changed files with 1 additions and 2 deletions

View File

@ -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)
}