Skip to content

Commit 18553b6

Browse files
committed
revert: 撤销新方法
1 parent 8f62621 commit 18553b6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/BootstrapBlazor/Components/Upload/UploadBase.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -367,14 +367,4 @@ protected IDictionary<string, object> GetUploadAdditionalAttributes()
367367
}
368368
return ret;
369369
}
370-
371-
/// <summary>
372-
/// 重置上传组件方法
373-
/// <para>Reset the upload component.</para>
374-
/// </summary>
375-
public virtual void Reste()
376-
{
377-
_filesCache = null;
378-
StateHasChanged();
379-
}
380370
}

0 commit comments

Comments
 (0)