Skip to content

Commit 55e9f77

Browse files
committed
Fix: initial section state
1 parent 7be04fc commit 55e9f77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ React UI library to design and render seat layouts. The library is still under a
4242
- Change seat labels ✓
4343
- Change seat status ✓
4444
- Group seats together into categories ✓
45-
- Categorier (Manage seat categories) ✓
45+
- Categorizer (Manage seat categories) ✓
4646

4747
- **Pen**
4848
- Draw on the layout using a pen tool to create custom shapes ✓

src/store/reducers/editor/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const initialState = {
4040
],
4141
sections: [
4242
{
43-
id: 0,
43+
id: "0",
4444
name: "No Section",
4545
color: "#ffffff"
4646
},

0 commit comments

Comments
 (0)