Skip to content

Commit

Permalink
Fixed: GEN-1984 Hide Support field from service form (#18724)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaileshParmar11 authored Nov 21, 2024
1 parent 2ea4420 commit 585927c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ export const servicesDisplayName: { [key: string]: string } = {

export const DEF_UI_SCHEMA = {
supportsMetadataExtraction: { 'ui:widget': 'hidden', 'ui:hideError': true },
supportsSystemProfile: { 'ui:widget': 'hidden', 'ui:hideError': true },
supportsDataDiff: { 'ui:widget': 'hidden', 'ui:hideError': true },
supportsUsageExtraction: { 'ui:widget': 'hidden', 'ui:hideError': true },
supportsLineageExtraction: { 'ui:widget': 'hidden', 'ui:hideError': true },
supportsViewLineageExtraction: {
Expand Down

0 comments on commit 585927c

Please sign in to comment.