diff --git a/src/components/Uploader/UploadStatus.svelte b/src/components/Uploader/UploadStatus.svelte index 83a0459..1c115bd 100644 --- a/src/components/Uploader/UploadStatus.svelte +++ b/src/components/Uploader/UploadStatus.svelte @@ -11,7 +11,7 @@ let error_element: Object; let last_error_object: Error; let step: UploaderStep = uploader.status.step; - let model_name = uploader.resource_path.name; + let model_name = uploader.resource_path.id; const dispatch = createEventDispatcher(); function copy_error_to_clipboard(text: string){ @@ -76,7 +76,7 @@

Almost there,

There's nothing you need to do right now. Your model is uploaded and the CI-bots have started their work!

-

You can check the status of the CI at any point from here

+

You can check the status of the CI at any point from here