Sfoglia il codice sorgente

GracefulErrorOnNoColumn

master
James McKenzie 3 anni fa
parent
commit
40bc7380b4
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      ReactLearning/kanban-board/src/App.tsx

+ 3
- 0
ReactLearning/kanban-board/src/App.tsx Vedi File

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

render() {


Loading…
Annulla
Salva