Skip to content

Commit

Permalink
Merge branch 'main' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Apr 29, 2024
2 parents 8640b57 + 63bf892 commit 7ceeecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/mirrors/create/qrep/qrep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function QRepConfigForm({
setting: MirrorSetting
) => {
if (val) {
if (setting.label === 'Table') {
if (setting.label.includes('Table')) {
if (mirrorConfig.destinationPeer?.type === DBType.BIGQUERY) {
setter((curr) => ({
...curr,
Expand Down

0 comments on commit 7ceeecf

Please sign in to comment.