Added dynamic container to improve settings page rendering when undersized.
This commit is contained in:
parent
864304f13b
commit
59fe38a5fe
12 changed files with 234 additions and 199 deletions
|
|
@ -57,7 +57,6 @@ module.exports.post = async function(req, res){
|
|||
res.status(400);
|
||||
return res.send({errors: validResult.array()})
|
||||
}
|
||||
|
||||
}catch(err){
|
||||
return exceptionHandler(res, err);
|
||||
}
|
||||
|
|
@ -87,7 +86,6 @@ module.exports.delete = async function(req, res){
|
|||
res.status(400);
|
||||
return res.send({errors: validResult.array()})
|
||||
}
|
||||
|
||||
}catch(err){
|
||||
return exceptionHandler(res, err);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue