Skip to content

Commit

Permalink
fix: watermark columns not displaying in QRep mirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Apr 29, 2024
1 parent 8de414b commit c89e5a0
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 c89e5a0

Please sign in to comment.