fix drop tem[porary table
This commit is contained in:
@@ -21,7 +21,7 @@ returns table (
|
||||
allow_discharge_export boolean
|
||||
)
|
||||
language plpgsql
|
||||
stable
|
||||
volatile
|
||||
as $fn$
|
||||
declare
|
||||
v_charge_buf numeric;
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user