Skip to content

Commit

Permalink
chore: Fix FileUi preview parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tevincent committed Nov 27, 2024
1 parent a0bce41 commit 6f0735f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ val transfersPreviewData = listOf(
downloadLimit = 1,
downloadLeft = 1,
message = "Coucou c'est moi le message de description du transfert.",
password = "",
files = filesPreviewData,
),
TransferUi(
Expand All @@ -52,6 +53,7 @@ val transfersPreviewData = listOf(
downloadLimit = 20,
downloadLeft = 0,
message = null,
password = "",
files = filesPreviewData,
),
TransferUi(
Expand All @@ -65,6 +67,7 @@ val transfersPreviewData = listOf(
downloadLimit = 250,
downloadLeft = 123,
message = "3ème transfert. RAS.",
password = "",
files = filesPreviewData,
),
)

0 comments on commit 6f0735f

Please sign in to comment.