mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 08:51:27 +08:00
7b4d258656
* fix-module-select-commit3 fix-module-select-commit3 * fix: demo translation Co-authored-by: ElderJames <shunjiey@hotmail.com>
8 lines
121 B
C#
8 lines
121 B
C#
namespace AntDesign
|
|
{
|
|
public class SelectLocale
|
|
{
|
|
public string NotFoundContent { get; set; }
|
|
}
|
|
}
|