mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
fix: file uploading state admonition
This commit is contained in:
@@ -52,7 +52,6 @@ const meta = {
|
||||
const uploadState = ref<UploadState>({
|
||||
isUploading: true,
|
||||
currentFileName: 'resourcepack.zip',
|
||||
currentFileProgress: 0.2,
|
||||
uploadedBytes: 20_000,
|
||||
totalBytes: 100_000,
|
||||
completedFiles: 1,
|
||||
|
||||
Reference in New Issue
Block a user