forked from jappel/leistungsbilanz-ts
Add distribution board copy and delete controls
This commit is contained in:
parent
86f1d42e60
commit
5bee3cb103
7 changed files with 196 additions and 2 deletions
|
|
@ -140,6 +140,7 @@ export async function copyDistributionBoard(
|
|||
return res.status(201).json({
|
||||
...result,
|
||||
distributionBoard: copy.distributionBoard,
|
||||
circuitList: copy.circuitList,
|
||||
});
|
||||
} catch (error) {
|
||||
return respondWithProjectCommandError(error, res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue