Skip to content

Commit

Permalink
fix(Navigation/ReplicatedTable): rename column [YTFRONT-4327]
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-efremoff committed Nov 18, 2024
1 parent f6ab128 commit 79f664b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class ReplicatedTable extends Component {
},
automatic_mode_switch: {
align: 'center',
caption: 'Replicated table tracker',
get(replica) {
const flag = ypath.getValue(replica, '/@replicated_table_tracker_enabled');
return flag === 'true' || flag === true;
Expand Down

0 comments on commit 79f664b

Please sign in to comment.