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

fix: contract adjustment grid view #1595

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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