Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
fix: contract adjustment grid view (#1595)
Browse files Browse the repository at this point in the history
Co-authored-by: Uzias Ferreira <[email protected]>
  • Loading branch information
uziasferreirazup and uziassantosferreira authored Jun 1, 2021
1 parent b39c174 commit 2524431
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ import br.com.zup.beagle.widget.context.ContextData
data class GridView(
override val context: ContextData? = null,
val onInit: List<Action>? = null,
val dataSource: Bind<List<Any>>? = null,
val templates: List<Template>? = null,
val dataSource: Bind<List<Any>>,
val templates: List<Template>,
val onScrollEnd: List<Action>? = null,
val scrollEndThreshold: Int? = null,
val isScrollIndicatorVisible: Boolean = false,
Expand Down

0 comments on commit 2524431

Please sign in to comment.