Skip to content

Commit 2e5ab12

Browse files
authored
feat(webui): Display full dataset names in the dataset selector popup. (#1400)
1 parent e42f2b9 commit 2e5ab12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/webui/client/src/pages/SearchPage/SearchControls/Dataset/DatasetSelect.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const DatasetSelect = (selectProps: SelectProps) => {
7474
<Select
7575
loading={isPending}
7676
options={(data || []).map((option) => ({label: option, value: option}))}
77+
popupMatchSelectWidth={false}
7778
size={"middle"}
7879
value={dataset}
7980
disabled={

0 commit comments

Comments
 (0)