Skip to content

Commit 9f71275

Browse files
committed
fix: remove AI Aggregator toggle (was created by mistake)
The job aggregator is a backend service, not a frontend toggle. Removing the unnecessary UI toggle from Organization Preferences.
1 parent 2f209dc commit 9f71275

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/constants/PREFERENCES.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -544,14 +544,6 @@ export const PREFERENCES_TOGGLES = [
544544
subtitle: 'Do you offer payment in crypto?',
545545
value: 'OFF',
546546
},
547-
548-
// AI Aggregator preference toggle to ON
549-
{
550-
key: 'AI_AGGREGATOR',
551-
title: 'AI Aggregator',
552-
subtitle: 'Enable AI Aggregator features.',
553-
value: 'ON',
554-
},
555547
];
556548

557549
export const PREFERENCES_CULTURE_QUESTIONS = [

0 commit comments

Comments
 (0)