Bugfixes towards blogpost 4
This commit is contained in:
@@ -94,7 +94,7 @@ const Admin = (props) => {
|
||||
}),
|
||||
)
|
||||
.catch(error => {
|
||||
alert.error("Err: ", error.toString())
|
||||
alert.error("Err: "+error.toString())
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user