diff --git a/frontend/src/views/macauth/MACAuth.vue b/frontend/src/views/macauth/MACAuth.vue index 67bd906cd3fca5dab17ffd42273e36c815e48e42..37ea89b26a46307ec3c7a85ad0ce61c8ce877d18 100644 --- a/frontend/src/views/macauth/MACAuth.vue +++ b/frontend/src/views/macauth/MACAuth.vue @@ -102,7 +102,7 @@ </template> <DBEditor object_fq_name="macauth.client" :object_function="db_editor_object_function" modal_id="dbeditor_macauth" :old_data="db_editor_old_data" :presets="db_editor_presets" - :non_optionals_order="['bcd_name', 'mac_addr', 'description']" + :non_optionals_order="['bcd_name', 'mac_addr', 'description', 'do_refresh_wpa_key']" :object_title="db_editor_object_title" ></DBEditor> </Loading>