Skip to content

Commit

Permalink
Remove old subevents
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus committed Nov 13, 2020
1 parent d2795bb commit c4b8f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BackOffice/CreateNewEvent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ const CreateNewEvent = ({

{/** for å få opp muligheten for å lage subevents **/}

<Checkbox
{/**<Checkbox
label={`Lag et arrangement med subeventes`}
className="group-checkbox full-width margin-top-medium"
defaultChecked={newSubeventPage}
Expand All @@ -376,7 +376,7 @@ const CreateNewEvent = ({
? setNewSubeventPage(true)
: setNewSubeventPage(false)
}
/>
/>**/}

{newSubeventPage && (
<EventWithPosts
Expand Down

0 comments on commit c4b8f36

Please sign in to comment.