Skip to content

Commit

Permalink
Update BaseRow.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
dneykov committed Apr 26, 2024
1 parent d7e6bcb commit 4569ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/BaseRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ open class BaseRow: BaseRowType {
return IndexPath(row: rowIndex, section: sectionIndex)
}

var hiddenCache = false {
var hiddenCache = false {
didSet {
guard let t = tag,
let form = section?.form else { return }
Expand Down

0 comments on commit 4569ac4

Please sign in to comment.