mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: fix some anys pt.2 (#53928)
* correctly type some more any's * undo this change for now...
This commit is contained in:
@@ -51,7 +51,7 @@ export const LinkSettingsEdit: React.FC<LinkSettingsEditProps> = ({ editLinkIdx,
|
||||
setLinkSettings(link);
|
||||
};
|
||||
|
||||
const onTagsChange = (tags: any[]) => {
|
||||
const onTagsChange = (tags: string[]) => {
|
||||
onUpdate({ ...linkSettings, tags: tags });
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user