File tree Expand file tree Collapse file tree 3 files changed +1
-31
lines changed
spec/controllers/ops_controller/settings Expand file tree Collapse file tree 3 files changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const HelpMenuTab = ({ initialValues, initialDropdownValues }) => {
30
30
...data ,
31
31
isLoading : false ,
32
32
} ) ;
33
- add_flash ( __ ( 'Storing the custom help menu configuration was not successful.' ) , 'failure ' ) ;
33
+ add_flash ( __ ( 'Storing the custom help menu configuration was not successful.' ) , 'error ' ) ;
34
34
window . location . reload ( ) ;
35
35
} ) ;
36
36
setData ( { ...data , isLoading : false } ) ;
Original file line number Diff line number Diff line change 2444
2444
forest_delete
2445
2445
forest_form_field_changed
2446
2446
forest_select
2447
- help_menu_form_field_changed
2448
2447
label_tag_mapping_delete
2449
2448
label_tag_mapping_edit
2450
2449
label_tag_mapping_update
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments