showAlert(data.error, 'danger'); } }) .catch(error => { console.error('Error:', error); showAlert('Error creating setting', 'danger'); }); });