File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ export default {
6868 // resourceConfig.options!.listPageSize = 3;
6969 // },
7070 // }),
71- // new ForeignInlineListPlugin({
72- // foreignResourceId: "audit_log",
73- // }),
7471 new ForeignInlineListPlugin ( {
75- foreignResourceId : "users " ,
72+ foreignResourceId : "audit_log " ,
7673 } ) ,
74+ // new ForeignInlineListPlugin({
75+ // foreignResourceId: "users",
76+ // }),
7777 new TwoFactorsAuthPlugin ( {
7878 twoFaSecretFieldName : "secret2fa" ,
7979 timeStepWindow : 1 , // optional time step window for 2FA
@@ -279,9 +279,6 @@ export default {
279279 enforceLowerCase : true ,
280280 type : AdminForthDataTypes . STRING ,
281281 validation : [ AdminForth . Utils . EMAIL_VALIDATOR ] ,
282- foreignResource : {
283- resourceId : "audit_log" ,
284- }
285282 } ,
286283 {
287284 name : "created_at" ,
You can’t perform that action at this time.
0 commit comments