Skip to content

Commit 9632e1c

Browse files
committed
refactor: require envelope file size
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 812c273 commit 9632e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/RightSidebar/EnvelopeFilesList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ type EnvelopeFile = {
172172
name?: string
173173
statusText?: string
174174
nodeId?: number
175-
size?: number
175+
size: number
176176
[key: string]: unknown
177177
}
178178

0 commit comments

Comments
 (0)