Fix multiselect popup, map back button, RoadClass float crash
This commit is contained in:
@@ -333,7 +333,7 @@
|
||||
.then(r => r.json())
|
||||
.then(data => {
|
||||
if (data.error) showStatus(`Error: ${data.error}`, 'error');
|
||||
else showStatus('Saved. Restart the server to apply changes to the workflow.', 'success');
|
||||
else showStatus('Saved successfully.', 'success');
|
||||
})
|
||||
.catch(err => showStatus(`Error: ${err.message}`, 'error'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user