浏览代码

feat(dashboard-v6): 字典搜索框接入 loading 状态

visuddhinanda 3 周之前
父节点
当前提交
285971b6d3
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
  1. 1 0
      dashboard-v6/src/components/dict/SearchVocabulary.tsx

+ 1 - 0
dashboard-v6/src/components/dict/SearchVocabulary.tsx

@@ -149,6 +149,7 @@ const SearchVocabulary = ({
           style={{ width: "100%" }}
           size={compact ? undefined : "large"}
           placeholder="search here"
+          loading={fetching}
           onSearch={(val: string) => {
             onSearch?.(val);
           }}