Skip to content

Commit

Permalink
chore: Fix preview rigidity
Browse files Browse the repository at this point in the history
  • Loading branch information
tevincent committed Nov 27, 2024
1 parent de65739 commit c1c08d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ private fun Preview(@PreviewParameter(TransferUiListPreviewParameter::class) tra
transferUrl = "",
direction = TransferDirection.SENT,
navigateBack = null,
getTransfer = { Success(transfers.first()).transfer },
getTransfer = { transfers.first() },
getCheckedFiles = { mutableStateMapOf() },
clearCheckedFiles = {},
setFileCheckStatus = { _, _ -> },
Expand Down

0 comments on commit c1c08d4

Please sign in to comment.