Skip to content

Commit

Permalink
fix(28441): hiding schema from the config form of topic filters
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Dec 5, 2024
1 parent 3df9eb7 commit 130b1a0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ export const useTopicFilterOperations = () => {
'ui:title': 'Topic Filters',
items: {
'ui:order': ['topicFilter', '*'],
schema: {
'ui:widget': 'hidden',
},
},
},
},
Expand Down

0 comments on commit 130b1a0

Please sign in to comment.