Skip to content

Commit 63164d9

Browse files
author
testgen-ci-bot
committed
Merge remote-tracking branch 'origin/enterprise' into fix/freshness-gated-volume-eventspace
2 parents 3a5b1f2 + 99a56a2 commit 63164d9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ __pycache__/
77
work_area/
88
.envrc
99
environment.list
10+
.claude/settings.local.json
11+
.claude/repo.yml
1012

1113
# C extensions
1214
*.so

testgen/ui/static/js/components/connection_form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ const AzureMSSQLForm = (
784784
);
785785
};
786786

787-
const SynapseMSSQLForm = RedshiftForm;
787+
const SynapseMSSQLForm = AzureMSSQLForm;
788788

789789
const MSSQLForm = RedshiftForm;
790790

0 commit comments

Comments
 (0)