fix: update sql code & download prettily JSON
This commit is contained in:
@@ -1062,6 +1062,7 @@ async function saveQuery() {
|
||||
if (!res.ok) throw new Error(await res.text())
|
||||
showNotification('OlapConstructor.notifications.saveSuccess', 'success')
|
||||
isDirty.value = false
|
||||
await fetchSql()
|
||||
} catch (e: any) {
|
||||
showNotification('OlapConstructor.notifications.saveError', 'error', { error: e.message })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user