refactor: remove location field from user and agent profile settings forms

This commit is contained in:
pradeepkumar
2026-04-14 13:05:54 +05:30
parent 9042913e22
commit ffa508f7cf
3 changed files with 0 additions and 38 deletions

View File

@@ -9,7 +9,6 @@ export default function ProfileSettingsPage() {
career: string;
email: string;
phone: string;
location: string;
}) => {
console.log('Saving agent profile settings:', data);
};

View File

@@ -9,7 +9,6 @@ export default function UserProfileSettingsPage() {
career: string;
email: string;
phone: string;
location: string;
}) => {
console.log('Saving user profile settings:', data);
};