We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae643c commit 5e9f369Copy full SHA for 5e9f369
src/components/Build.tsx
@@ -14,6 +14,7 @@ export const getBuildSchema = (teamId: string): any => {
14
export const getBuildUiSchema = (user: GetSessionApiResponse['user'], teamId: string, formData: any): any => {
15
const uiSchema = {
16
id: { 'ui:widget': 'hidden' },
17
+ webHookId: { 'ui:widget': 'hidden' },
18
teamId: { 'ui:widget': 'hidden' },
19
namespace: teamId !== 'admin' && { 'ui:widget': 'hidden' },
20
secretName: !formData?.externalRepo && { 'ui:widget': 'hidden' },
0 commit comments