Przeglądaj źródła

GracefulErrorOnNoColumn

master
James McKenzie 3 lat temu
rodzic
commit
40bc7380b4
1 zmienionych plików z 3 dodań i 0 usunięć
  1. +3
    -0
      ReactLearning/kanban-board/src/App.tsx

+ 3
- 0
ReactLearning/kanban-board/src/App.tsx Wyświetl plik

@@ -72,6 +72,9 @@ class App extends React.Component<{}, State> {
priority: "normal",
});
}
else{
alert("You might want to consider adding a column!")
}
}

render() {


Ładowanie…
Anuluj
Zapisz