Skip to content

Commit 5e9f369

Browse files
committed
feat: hide webhookid for builds
1 parent 7ae643c commit 5e9f369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Build.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const getBuildSchema = (teamId: string): any => {
1414
export const getBuildUiSchema = (user: GetSessionApiResponse['user'], teamId: string, formData: any): any => {
1515
const uiSchema = {
1616
id: { 'ui:widget': 'hidden' },
17+
webHookId: { 'ui:widget': 'hidden' },
1718
teamId: { 'ui:widget': 'hidden' },
1819
namespace: teamId !== 'admin' && { 'ui:widget': 'hidden' },
1920
secretName: !formData?.externalRepo && { 'ui:widget': 'hidden' },

0 commit comments

Comments
 (0)