Skip to content

Commit

Permalink
[update] minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed Feb 29, 2024
1 parent 1e591f2 commit b3364df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/methods/js_kanban_duplicatecard_method.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const board = new kanban.Kanban("#root", {
// duplicate a card with the 1 ID
board.duplicateCard({
id: 1,
card: { label: "Duplicated card" }
card: { label: "Duplicated card" },
select: true
});
~~~
Expand Down

0 comments on commit b3364df

Please sign in to comment.