fix drop tem[porary table
Some checks failed
CI and deploy / migration-check (push) Failing after 9s
CI and deploy / deploy (push) Has been skipped

This commit is contained in:
Dusan Vojacek
2026-04-19 21:16:26 +02:00
parent f48a7aad61
commit 301f20612f
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ returns table (
allow_discharge_export boolean
)
language plpgsql
stable
volatile
as $fn$
declare
v_charge_buf numeric;

View File

@@ -569,7 +569,7 @@ export default function Planning() {
await postRunPlan(siteId, 'rolling')
await load()
} catch (e) {
setError(e instanceof Error ? e.message : 'Přepočet selhal')
setError(axiosDetail(e) || 'Přepočet selhal')
} finally {
setReplanning(false)
}