Skip to content

Commit d37e7e4

Browse files
committed
Adds registration close
1 parent 21502db commit d37e7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Registration/Registration.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import { GroupManager } from "./GroupManager/GroupManager"; // types: 0 = empty,
3434

3535
// types: 0 = empty, 1 = textfield, 2 = date, 3 = select, 4 = radio
3636

37-
const registrationClosed = false;
37+
const registrationClosed = true;
3838
const personalData = [
3939
{
4040
formLabel: "First name",

0 commit comments

Comments
 (0)