Skip to content

Commit 8b638e4

Browse files
jotakleandroberetta
authored andcommitted
Hide standalone from config form (#1192)
1 parent c59bf39 commit 8b638e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/src/components/forms/config/uiSchema.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,6 +1163,9 @@ export const flowCollectorUISchema: UiSchema = {
11631163
autoscaler: {
11641164
'ui:widget': 'hidden'
11651165
},
1166+
standalone: {
1167+
'ui:widget': 'hidden'
1168+
},
11661169
advanced: {
11671170
'ui:title': 'Advanced configuration',
11681171
'ui:widget': 'hidden',

0 commit comments

Comments
 (0)