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 8a4bfa4 commit 623bdb4Copy full SHA for 623bdb4
src/Components/Event/EventEditor.tsx
@@ -54,7 +54,7 @@ export function EventEditor({ Event }: { Event: Models.IEvent }) {
54
invalid={!!Validation.type}
55
helperText={Validation.type}
56
>
57
- {Object.values(EventType).slice(2).map((type, i) =>
+ {Object.values(EventType).slice(2, 5).map((type, i) =>
58
<ScaleDropdownSelectItem value={type} key={i}>
59
{type}
60
</ScaleDropdownSelectItem>)}
0 commit comments