fix drop tem[porary table
This commit is contained in:
@@ -21,7 +21,7 @@ returns table (
|
|||||||
allow_discharge_export boolean
|
allow_discharge_export boolean
|
||||||
)
|
)
|
||||||
language plpgsql
|
language plpgsql
|
||||||
stable
|
volatile
|
||||||
as $fn$
|
as $fn$
|
||||||
declare
|
declare
|
||||||
v_charge_buf numeric;
|
v_charge_buf numeric;
|
||||||
|
|||||||
@@ -569,7 +569,7 @@ export default function Planning() {
|
|||||||
await postRunPlan(siteId, 'rolling')
|
await postRunPlan(siteId, 'rolling')
|
||||||
await load()
|
await load()
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
setError(e instanceof Error ? e.message : 'Přepočet selhal')
|
setError(axiosDetail(e) || 'Přepočet selhal')
|
||||||
} finally {
|
} finally {
|
||||||
setReplanning(false)
|
setReplanning(false)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user