Skip to content

Commit df6b993

Browse files
Paul Dickersonpauldkn
Paul Dickerson
authored andcommitted
fixup! feat(sap-features-hub): add pre-installation form step5
Signed-off-by: Paul Dickerson <paul.dickerson.ext@ovhcloud.com>
1 parent 7a4a977 commit df6b993

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/manager/apps/sap-features-hub/src/pages/installation/stepSystemInformation/installationStepSystemInformation.constants.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ export const SYSTEM_TEXT_INPUTS: TextInputData<keyof SystemForm>[] = [
88
{
99
name: 'sapSid',
1010
label: 'SAP SID',
11-
placeholder: 'S4H',
1211
validator: { isRequired: true, pattern: SAP_SID_PATTERN, maxlength: 3 },
1312
},
1413
{
1514
name: 'sapHanaSid',
1615
label: 'SAP HANA SID',
17-
placeholder: 'HDB',
1816
validator: { isRequired: true, pattern: SAP_SID_PATTERN, maxlength: 3 },
1917
},
2018
] as const;

0 commit comments

Comments
 (0)