diff --git a/.github/workflows/slash-commands.yml b/.github/workflows/slash-commands.yml index ef7f19f9476c..6f01c940e447 100644 --- a/.github/workflows/slash-commands.yml +++ b/.github/workflows/slash-commands.yml @@ -18,7 +18,7 @@ jobs: id: scd uses: peter-evans/slash-command-dispatch@v2 with: - token: ${{ secrets.SUPERTOPHER_PAT }} + token: ${{ secrets.DAVINCHIA_PAT }} commands: | test test-performance diff --git a/airbyte-webapp/src/views/Connector/ServiceForm/ServiceForm.tsx b/airbyte-webapp/src/views/Connector/ServiceForm/ServiceForm.tsx index ce7aca12425e..85e90b58fb2e 100644 --- a/airbyte-webapp/src/views/Connector/ServiceForm/ServiceForm.tsx +++ b/airbyte-webapp/src/views/Connector/ServiceForm/ServiceForm.tsx @@ -235,7 +235,7 @@ const ServiceForm: React.FC = (props) => { isEditMode={props.isEditMode} isLoadingSchema={props.isLoading} > - + {!props.isEditMode && }