no message

This commit is contained in:
basssy 2025-01-07 12:51:45 +09:00
parent 5525d2771b
commit ca1fb47f35

View File

@ -1745,7 +1745,7 @@ export default function StuffDetail() {
onChange={onSelectionChange2}
getOptionLabel={(x) => x.saleStoreName}
getOptionValue={(x) => x.saleStoreId}
isDisabled={otherSaleStoreList.length > 1 ? false : true}
isDisabled={otherSaleStoreList != null && otherSaleStoreList.length > 0 ? false : true}
isClearable={true}
value={otherSaleStoreList.filter(function (option) {
return option.saleStoreId === otherSelOptions