feat: update agent match calculation, enable tag expansion in search, increase socket reconnect attempts, and disable profile title editing
This commit is contained in:
@@ -266,7 +266,7 @@ class _ProfileSettingsTabState extends ConsumerState<ProfileSettingsTab> {
|
||||
ProfileFormField(
|
||||
label: isAgent ? 'Career / Agent Type' : 'Professional Title',
|
||||
controller: _titleController,
|
||||
enabled: !isAgent,
|
||||
enabled: false,
|
||||
),
|
||||
const SizedBox(height: 24),
|
||||
ProfileFormField(
|
||||
|
||||
Reference in New Issue
Block a user