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