We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42f2b9 commit 2e5ab12Copy full SHA for 2e5ab12
components/webui/client/src/pages/SearchPage/SearchControls/Dataset/DatasetSelect.tsx
@@ -74,6 +74,7 @@ const DatasetSelect = (selectProps: SelectProps) => {
74
<Select
75
loading={isPending}
76
options={(data || []).map((option) => ({label: option, value: option}))}
77
+ popupMatchSelectWidth={false}
78
size={"middle"}
79
value={dataset}
80
disabled={
0 commit comments