GracefulErrorOnNoColumn
This commit is contained in:
parent
5fb13c0cfd
commit
40bc7380b4
@ -72,6 +72,9 @@ class App extends React.Component<{}, State> {
|
||||
priority: "normal",
|
||||
});
|
||||
}
|
||||
else{
|
||||
alert("You might want to consider adding a column!")
|
||||
}
|
||||
}
|
||||
|
||||
render() {
|
||||
|
Loading…
Reference in New Issue
Block a user