Merge pull request #3760 from nielsvanvelzen/fix-logs-submit
Fix saving log settings not working
This commit is contained in:
@@ -9,7 +9,8 @@ import alert from '../../components/alert';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
function onSubmit() {
|
||||
function onSubmit(event) {
|
||||
event.preventDefault();
|
||||
loading.show();
|
||||
const form = this;
|
||||
ApiClient.getServerConfiguration().then(function (config) {
|
||||
|
||||
Reference in New Issue
Block a user