Skip to content

Commit 967e652

Browse files
committed
make name of secret disabled in edit secret modal
1 parent 4724f98 commit 967e652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datahub-web-react/src/app/ingest/secret/SecretBuilderModal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const SecretBuilderModal = ({ initialState, editSecret, visible, onSubmit
120120
]}
121121
hasFeedback
122122
>
123-
<Input placeholder="A name for your secret" />
123+
<Input placeholder="A name for your secret" disabled={editSecret !== undefined} />
124124
</Form.Item>
125125
</Form.Item>
126126
<Form.Item label={<Typography.Text strong>Value</Typography.Text>}>

0 commit comments

Comments
 (0)