Skip to content

Commit c266c4c

Browse files
committed
Add companies to employer list which removed by mistake
1 parent 7cc3522 commit c266c4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Components/forms/data.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
{ "name": "Meta", "_id": "Meta" },
9797
{ "name": "Microsoft", "_id": "Microsoft" },
9898
{ "name": "Multitudes", "_id": "Multitudes" },
99+
{ "name": "Multiverse", "_id": "Multiverse" },
99100
{ "name": "MVF", "_id": "MVF" },
100101
{ "name": "Nat West", "_id": "Nat West" },
101102
{ "name": "NooS", "_id": "NooS" },
@@ -119,7 +120,8 @@
119120
{ "name": "The Developer Society", "_id": "The Developer Society" },
120121
{ "name": "University of Arts", "_id": "University of Arts" },
121122
{ "name": "Venditan", "_id": "Venditan" },
122-
{ "name": "Yoti", "_id": "Yoti" }
123+
{ "name": "Yoti", "_id": "Yoti" },
124+
{ "name": "Other", "_id": "Other" }
123125
],
124126

125127
"radioButtonList": [

0 commit comments

Comments
 (0)