profile view

This commit is contained in:
2026-04-03 13:40:06 +05:30
parent aa04b105d0
commit 399b2656b8
7 changed files with 95 additions and 5 deletions

View File

@@ -40,3 +40,8 @@ export const configuration: Record<string, ResourceOverride> = {
},
},
};
export const profileConfiguration = {
"extraFields": ['name'],
"resource": "payors"
};