showError minor fix
This commit is contained in:
parent
539f31ea96
commit
29502e4111
|
@ -166,10 +166,10 @@ function ManageTournament(props) {
|
|||
);
|
||||
}
|
||||
|
||||
// function showError(error) {
|
||||
// alert("Something went wrong. \n" + error);
|
||||
// console.error(error);
|
||||
// }
|
||||
function showError(error) {
|
||||
alert("Something went wrong. \n" + error);
|
||||
console.error(error);
|
||||
}
|
||||
|
||||
function ConfirmationDialogRaw(props) {
|
||||
const { tournamentId } = useParams();
|
||||
|
|
Loading…
Reference in New Issue