Merged PR 164: Clear the leftover TODOs
All checks were successful
continuous-integration/drone/push Build is passing

- Remove nullable type from container.properties.parentId
- Add Swal when trying to delete main container
- Moved default editor state to default.ts
- Moved default symbol model to default.ts
This commit is contained in:
Eric Nguyen 2022-08-22 15:03:46 +00:00
parent 66ea3b1b64
commit 29625dce28
6 changed files with 81 additions and 48 deletions

View file

@ -15,7 +15,7 @@ describe.concurrent('Elements sidebar', () => {
parent: null,
properties: {
id: 'main',
parentId: null,
parentId: '',
linkedSymbolId: '',
displayedText: 'main',
x: 0,