fix drop tem[porary table
This commit is contained in:
@@ -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