Skip to content

Commit a648499

Browse files
committed
Merge branch 'master' into marcos/test-pr-10513
2 parents b3fb0ab + bf66d32 commit a648499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/slash-commands.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: scd
1919
uses: peter-evans/slash-command-dispatch@v2
2020
with:
21-
token: ${{ secrets.SUPERTOPHER_PAT }}
21+
token: ${{ secrets.DAVINCHIA_PAT }}
2222
commands: |
2323
test
2424
test-performance

airbyte-webapp/src/views/Connector/ServiceForm/ServiceForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const ServiceForm: React.FC<ServiceFormProps> = (props) => {
235235
isEditMode={props.isEditMode}
236236
isLoadingSchema={props.isLoading}
237237
>
238-
<SetDefaultName />
238+
{!props.isEditMode && <SetDefaultName />}
239239
<FormikPatch />
240240
<PatchInitialValuesWithWidgetConfig schema={jsonSchema} />
241241
<FormRoot

0 commit comments

Comments
 (0)