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
|
<Select
|
||||||
|
allowClear
|
||||||
|
showSearch
|
||||||
data-testid="column"
|
data-testid="column"
|
||||||
placeholder={t('label.please-select-entity', {
|
placeholder={t('label.please-select-entity', {
|
||||||
entity: t('label.column-lowercase'),
|
entity: t('label.column-lowercase'),
|
||||||
|
@ -539,7 +539,8 @@ const ProfilerSettingsModal: React.FC<ProfilerSettingsModalProps> = ({
|
|||||||
allowClear
|
allowClear
|
||||||
className="w-full"
|
className="w-full"
|
||||||
data-testid="exclude-column-select"
|
data-testid="exclude-column-select"
|
||||||
mode="tags"
|
dropdownStyle={{ maxHeight: 200 }}
|
||||||
|
mode="multiple"
|
||||||
options={selectOptions}
|
options={selectOptions}
|
||||||
placeholder={t('label.select-column-plural-to-exclude')}
|
placeholder={t('label.select-column-plural-to-exclude')}
|
||||||
size="middle"
|
size="middle"
|
||||||
@ -591,6 +592,8 @@ const ProfilerSettingsModal: React.FC<ProfilerSettingsModalProps> = ({
|
|||||||
{...restField}
|
{...restField}
|
||||||
name={[name, 'columnName']}>
|
name={[name, 'columnName']}>
|
||||||
<Select
|
<Select
|
||||||
|
allowClear
|
||||||
|
showSearch
|
||||||
className="w-full"
|
className="w-full"
|
||||||
data-testid="include-column-select"
|
data-testid="include-column-select"
|
||||||
options={selectOptions}
|
options={selectOptions}
|
||||||
@ -699,6 +702,7 @@ const ProfilerSettingsModal: React.FC<ProfilerSettingsModalProps> = ({
|
|||||||
]}>
|
]}>
|
||||||
<Select
|
<Select
|
||||||
allowClear
|
allowClear
|
||||||
|
showSearch
|
||||||
className="w-full"
|
className="w-full"
|
||||||
data-testid="column-name"
|
data-testid="column-name"
|
||||||
disabled={!state?.enablePartition}
|
disabled={!state?.enablePartition}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user