Automate issuer overlay creation from ticker searches
This commit is contained in:
@@ -27,7 +27,7 @@ export type FinancialControlSection = {
|
||||
onChange: (value: string) => void;
|
||||
};
|
||||
|
||||
export type FinancialsToolbarProps = {
|
||||
type FinancialsToolbarProps = {
|
||||
sections: FinancialControlSection[];
|
||||
searchValue: string;
|
||||
onSearchChange: (value: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user