refactor: remove location field from user and agent profile settings forms
This commit is contained in:
@@ -9,7 +9,6 @@ export default function ProfileSettingsPage() {
|
||||
career: string;
|
||||
email: string;
|
||||
phone: string;
|
||||
location: string;
|
||||
}) => {
|
||||
console.log('Saving agent profile settings:', data);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user