mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 02:22:13 +08:00
revent optional event arg change (#23622)
This commit is contained in:
@ -12,7 +12,7 @@ export interface Props {
|
||||
tooltip?: string;
|
||||
tooltipPlacement?: PopperJS.Placement;
|
||||
transparent?: boolean;
|
||||
onChange: (event?: React.SyntheticEvent<HTMLInputElement>) => void;
|
||||
onChange: (event: React.SyntheticEvent<HTMLInputElement>) => void;
|
||||
}
|
||||
|
||||
export interface State {
|
||||
|
Reference in New Issue
Block a user