Skip to content

Commit

Permalink
Update FieldParams.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-alfresco authored Apr 10, 2024
1 parent d09d94d commit ff67391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ data class FieldParams(
@Json(name = "multiple") @field:Json(name = "multiple") var multiple: Boolean? = null,
@Json(name = "fileSource") @field:Json(name = "fileSource") var fileSource: FieldSource? = null,
@Json(name = "field") @field:Json(name = "field") var field: Fields? = null,
@Json(name = "dateDisplayFormat") @field:Json(name = "dateDisplayFormat") var dateDisplayFormat: FieldSource? = null,
@Json(name = "dateDisplayFormat") @field:Json(name = "dateDisplayFormat") var dateDisplayFormat: String? = null,
)

0 comments on commit ff67391

Please sign in to comment.