Automate issuer overlay creation from ticker searches
This commit is contained in:
@@ -15,6 +15,7 @@ import { ValuationFactsTable } from '@/components/analysis/valuation-facts-table
|
||||
import { Panel } from '@/components/ui/panel';
|
||||
import { useAuthGuard } from '@/hooks/use-auth-guard';
|
||||
import { useLinkPrefetch } from '@/hooks/use-link-prefetch';
|
||||
import { ensureTickerAutomation } from '@/lib/api';
|
||||
import { buildGraphingHref } from '@/lib/graphing/catalog';
|
||||
import { queryKeys } from '@/lib/query/keys';
|
||||
import { companyAnalysisQueryOptions } from '@/lib/query/options';
|
||||
@@ -119,6 +120,10 @@ function AnalysisPageContent() {
|
||||
return;
|
||||
}
|
||||
|
||||
void ensureTickerAutomation({
|
||||
ticker: normalized,
|
||||
source: 'analysis'
|
||||
});
|
||||
setTicker(normalized);
|
||||
}}
|
||||
onRefresh={() => {
|
||||
|
||||
Reference in New Issue
Block a user