Skip to content

Commit

Permalink
Disable auto tagger
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Oct 4, 2024
1 parent a9d17d1 commit af010f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ setTimeout(() => {
id: 'upload-iptc',
load: () => import('./extensions/upload-iptc'),
},
{
id: 'auto-tagger',
load: () => import('./extensions/auto-tagger'),
},
// {
// id: 'auto-tagger',
// load: () => import('./extensions/auto-tagger'),
// },
{
id: 'usage-metrics',
load: () => import('superdesk-core/scripts/extensions/usageMetrics'),
Expand Down

0 comments on commit af010f9

Please sign in to comment.