Skip to content

Commit

Permalink
UI change for data source view to enable selectable
Browse files Browse the repository at this point in the history
Signed-off-by: Yuanqi(Ella) Zhu <[email protected]>
  • Loading branch information
zhyuanqi committed Apr 16, 2024
1 parent b619ccb commit 4973e7b
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 329 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export function DataSourceMenu<T>(props: DataSourceMenuProps<T>): ReactElement |
dataSourceFilter={dataSourceFilter}
onSelectedDataSources={onSelectedDataSources}
uiSettings={uiSettings}
application={application}
/>
);
}
Expand Down
Loading

0 comments on commit 4973e7b

Please sign in to comment.