Skip to content

Commit

Permalink
fix(1099) - Use LongTextField for query fields
Browse files Browse the repository at this point in the history
  • Loading branch information
tplevko authored and lordrip committed Jun 10, 2024
1 parent ba55170 commit 6c27094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Form/CustomAutoField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { CustomLongTextField } from './customField/CustomLongTextField';
import { PasswordField } from './customField/PasswordField';

// Name of the properties that should load CustomLongTextField
const CustomLongTextProps = ['Expression', 'Description'];
const CustomLongTextProps = ['Expression', 'Description', 'Query'];

/**
* Custom AutoField that supports all the fields from Uniforms PatternFly
Expand Down

0 comments on commit 6c27094

Please sign in to comment.