mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 20:06:19 +00:00
Minor: fixed styling issue for DQ (#17651)
This commit is contained in:
parent
b618bb569c
commit
d0846d64bb
@ -314,6 +314,8 @@ const TestCaseForm: React.FC<TestCaseFormProps> = ({
|
||||
},
|
||||
]}>
|
||||
<Select
|
||||
allowClear
|
||||
showSearch
|
||||
data-testid="column"
|
||||
placeholder={t('label.please-select-entity', {
|
||||
entity: t('label.column-lowercase'),
|
||||
|
@ -539,7 +539,8 @@ const ProfilerSettingsModal: React.FC<ProfilerSettingsModalProps> = ({
|
||||
allowClear
|
||||
className="w-full"
|
||||
data-testid="exclude-column-select"
|
||||
mode="tags"
|
||||
dropdownStyle={{ maxHeight: 200 }}
|
||||
mode="multiple"
|
||||
options={selectOptions}
|
||||
placeholder={t('label.select-column-plural-to-exclude')}
|
||||
size="middle"
|
||||
@ -591,6 +592,8 @@ const ProfilerSettingsModal: React.FC<ProfilerSettingsModalProps> = ({
|
||||
{...restField}
|
||||
name={[name, 'columnName']}>
|
||||
<Select
|
||||
allowClear
|
||||
showSearch
|
||||
className="w-full"
|
||||
data-testid="include-column-select"
|
||||
options={selectOptions}
|
||||
@ -699,6 +702,7 @@ const ProfilerSettingsModal: React.FC<ProfilerSettingsModalProps> = ({
|
||||
]}>
|
||||
<Select
|
||||
allowClear
|
||||
showSearch
|
||||
className="w-full"
|
||||
data-testid="column-name"
|
||||
disabled={!state?.enablePartition}
|
||||
|
Loading…
x
Reference in New Issue
Block a user