소스 검색

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);
           }}