Skip to content

Commit

Permalink
fix(frontend): Changelist issue creation failed when apply to multipl…
Browse files Browse the repository at this point in the history
…e databases (#12004)
  • Loading branch information
LiuJi-Jim committed May 16, 2024
1 parent 489ef48 commit d1445bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const handleClickNext = async () => {
changelist.value
),
changelist: changelist.value.name,
databaseList: databaseList.map((db) => db.name),
databaseList: databaseList.map((db) => db.name).join(','),
};
router.push({
Expand Down

0 comments on commit d1445bf

Please sign in to comment.