File tree 1 file changed +9
-3
lines changed
src/Events/EventFunctions/Form
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ const EventFunctionForm = ({
137
137
< Col span = { 11 } >
138
138
< Form . Item
139
139
label = "Code"
140
- title = "Emergency function code e.g EF3 "
140
+ title = "Emergency function code e.g ERF3 "
141
141
name = { [ 'strings' , 'code' ] }
142
142
rules = { [
143
143
{
@@ -155,9 +155,15 @@ const EventFunctionForm = ({
155
155
156
156
{ /* start:groups */ }
157
157
< Form . Item
158
- label = "Groups/ Agencies"
159
- title = "Lead and Supporting Groups/ Agencies"
158
+ label = "Agencies"
159
+ title = "Lead and Supporting Agencies e.g Police Force "
160
160
name = { [ 'relations' , 'groups' ] }
161
+ rules = { [
162
+ {
163
+ required : true ,
164
+ message : 'Lead or Supporting Agencies are required' ,
165
+ } ,
166
+ ] }
161
167
>
162
168
< SearchableSelectInput
163
169
onSearch = { getPartyGroups }
You can’t perform that action at this time.
0 commit comments