Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -625,7 +625,7 @@ export const QxFilterCondition: React.FC<paramFilterConditionProps> = ({ | @@ -625,7 +625,7 @@ export const QxFilterCondition: React.FC<paramFilterConditionProps> = ({ | ||
| 625 | {Boolean(isUseValOption) ? ( | 625 | {Boolean(isUseValOption) ? ( |
| 626 | <div style={{position: 'relative'}}> | 626 | <div style={{position: 'relative'}}> |
| 627 | <Button | 627 | <Button |
| 628 | - disabled={!(paramMappings && paramMappings?.length < 20)} | 628 | + disabled={(paramMappings && paramMappings?.length > 20)} |
| 629 | size="small" | 629 | size="small" |
| 630 | type={'link'} | 630 | type={'link'} |
| 631 | onClick={() => setTreeSelectShow(!treeSelectShow)} | 631 | onClick={() => setTreeSelectShow(!treeSelectShow)} |