Fix multiselect popup, map back button, RoadClass float crash

This commit is contained in:
zyphlar
2026-04-09 23:28:48 -07:00
parent 973b2350af
commit 3e1b7aa089
4 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -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'));
}