Skip to content

Commit

Permalink
Set the default values for tablet_types
Browse files Browse the repository at this point in the history
Signed-off-by: Noble Mittal <noblemittal@outlook.com>
  • Loading branch information
beingnoble03 committed Sep 14, 2024
1 parent 71a0f8b commit 0c66429
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,16 @@ const DEFAULT_FORM_DATA: FormData = {
sourceKeyspace: '',
tables: '',
cells: '',
tabletTypes: [],
tabletTypes: [
{
id: 1,
type: 'PRIMARY',
},
{
id: 2,
type: 'REPLICA',
},
],
externalCluster: '',
onDDL: 'IGNORE',
sourceTimeZone: '',
Expand Down

0 comments on commit 0c66429

Please sign in to comment.