We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02da05 commit 4f83712Copy full SHA for 4f83712
1 file changed
apps/web/src/common/modules/widgets/_components/WidgetFormAssetSecurityDataSourcePopper.vue
@@ -69,7 +69,7 @@ const state = reactive({
69
namespaceMenuItems: computed<MenuItem[]>(() => {
70
if (!state.selectedCategory) return [];
71
return Object.values(storeState.namespaces)
72
- .filter((d) => d.data.category === props.dataSourceDomain)
+ // .filter((d) => d.data.category === props.dataSourceDomain)
73
.filter((d) => d.data.group === state.selectedCategory)
74
.filter((d) => d.label.toLowerCase().includes(state.namespaceSearchText.toLowerCase()))
75
.map((namespace) => ({
0 commit comments