We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2eb54 commit 3298523Copy full SHA for 3298523
src/pages/boards/index.vue
@@ -29,9 +29,8 @@ async function handleBoardCreate() {
29
title: "My New Board",
30
},
31
};
32
- const res = await createBoard(newBoardPayload);
+ await createBoard(newBoardPayload);
33
alerts.success("New Board created!");
34
- router.push(`/boards/${res?.data.boardCreate.id}`);
35
}
36
37
const getCoolGradient = (index: number) => {
0 commit comments