We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3fb0ab + bf66d32 commit a648499Copy full SHA for a648499
.github/workflows/slash-commands.yml
@@ -18,7 +18,7 @@ jobs:
18
id: scd
19
uses: peter-evans/slash-command-dispatch@v2
20
with:
21
- token: ${{ secrets.SUPERTOPHER_PAT }}
+ token: ${{ secrets.DAVINCHIA_PAT }}
22
commands: |
23
test
24
test-performance
airbyte-webapp/src/views/Connector/ServiceForm/ServiceForm.tsx
@@ -235,7 +235,7 @@ const ServiceForm: React.FC<ServiceFormProps> = (props) => {
235
isEditMode={props.isEditMode}
236
isLoadingSchema={props.isLoading}
237
>
238
- <SetDefaultName />
+ {!props.isEditMode && <SetDefaultName />}
239
<FormikPatch />
240
<PatchInitialValuesWithWidgetConfig schema={jsonSchema} />
241
<FormRoot
0 commit comments