File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,10 @@ const formGroups: JsonFormObject[] = [
154
154
extraHelp : t (
155
155
'Note: These fields will be used in addition to project specific fields.'
156
156
) ,
157
+ saveOnBlur : false ,
158
+ saveMessage : t (
159
+ 'Changes to your scrubbing configuration will apply to all new events.'
160
+ ) ,
157
161
getValue : val => extractMultilineFields ( val ) ,
158
162
setValue : val => convertMultilineFieldValue ( val ) ,
159
163
} ,
@@ -175,6 +179,10 @@ const formGroups: JsonFormObject[] = [
175
179
extraHelp : t (
176
180
'Note: These fields will be used in addition to project specific fields'
177
181
) ,
182
+ saveOnBlur : false ,
183
+ saveMessage : t (
184
+ 'Changes to your scrubbing configuration will apply to all new events.'
185
+ ) ,
178
186
getValue : val => extractMultilineFields ( val ) ,
179
187
setValue : val => convertMultilineFieldValue ( val ) ,
180
188
} ,
You can’t perform that action at this time.
0 commit comments