diff --git a/ReactLearning/kanban-board/src/App.tsx b/ReactLearning/kanban-board/src/App.tsx index 3bb8660..199d4af 100644 --- a/ReactLearning/kanban-board/src/App.tsx +++ b/ReactLearning/kanban-board/src/App.tsx @@ -72,6 +72,9 @@ class App extends React.Component<{}, State> { priority: "normal", }); } + else{ + alert("You might want to consider adding a column!") + } } render() {