Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web
This commit is contained in:
@@ -183,6 +183,11 @@ export const AllTransactionFilter = ({
|
||||
}
|
||||
setSearchClOptionsGroup(options);
|
||||
|
||||
// 옵션이 있을 경우 첫 번째 옵션을 자동으로 선택
|
||||
if(options.length > 0 && options[0]){
|
||||
setFilterSearchCl(options[0].value as AllTransactionSearchCl);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
const onChangeServiceCode = (val: string) => {
|
||||
|
||||
Reference in New Issue
Block a user