Add swals + Remove incompatible saves + add new tests
This commit is contained in:
parent
f34ba64f7e
commit
4971ec7e5d
8 changed files with 8936 additions and 185 deletions
|
@ -233,7 +233,7 @@ export function AddContainer(
|
|||
|
||||
// Update the state
|
||||
history.push({
|
||||
LastAction: `Add ${type} in ${parentClone.properties.id}`,
|
||||
LastAction: `Add ${newContainer.properties.id} in ${parentClone.properties.id}`,
|
||||
MainContainer: clone,
|
||||
SelectedContainer: parentClone,
|
||||
SelectedContainerId: parentClone.properties.id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue