fix: uploading loading

This commit is contained in:
Dogtiti 2024-07-26 13:49:15 +08:00
parent 72d6f97024
commit f2d2622172
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ export function ArtifactShareButton({
bordered
title={Locale.Export.Artifact.Title}
onClick={() => {
if (loading) return;
setLoading(true);
upload(getCode())
.then((res) => {