We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace5afe commit 8c9b852Copy full SHA for 8c9b852
1 file changed
config-ui/src/plugins/components/data-scope-select/index.tsx
@@ -138,7 +138,7 @@ export const DataScopeSelect = ({
138
<MultiSelector
139
loading={!ready}
140
items={searchItems}
141
- getName={(it) => it.name}
+ getName={(it) => it.fullName ?? it.name}
142
getKey={(it) => getPluginScopeId(plugin, it)}
143
noResult="No Data Scopes Available."
144
onQueryChange={(query) => setQuery(query)}
0 commit comments