We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be04fc commit 55e9f77Copy full SHA for 55e9f77
README.md
@@ -42,7 +42,7 @@ React UI library to design and render seat layouts. The library is still under a
42
- Change seat labels ✓
43
- Change seat status ✓
44
- Group seats together into categories ✓
45
- - Categorier (Manage seat categories) ✓
+ - Categorizer (Manage seat categories) ✓
46
47
- **Pen**
48
- Draw on the layout using a pen tool to create custom shapes ✓
src/store/reducers/editor/index.ts
@@ -40,7 +40,7 @@ const initialState = {
40
],
41
sections: [
{
- id: 0,
+ id: "0",
name: "No Section",
color: "#ffffff"
},
0 commit comments