소스 검색

GracefulErrorOnNoColumn

master
James McKenzie 3 년 전
부모
커밋
40bc7380b4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      ReactLearning/kanban-board/src/App.tsx

+ 3
- 0
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() {


불러오는 중...
취소
저장