mirror of
https://github.com/balena-io/etcher.git
synced 2025-11-09 02:18:31 +00:00
Update rendition 12 -> 14, styled-system and styled-components 4 -> 5
Changelog-entry: Update rendition 12 -> 14, styled-system and styled-components 4 -> 5 Change-type: patch
This commit is contained in:
@@ -169,7 +169,7 @@ const URLSelector = ({ done }: { done: (imageURL: string) => void }) => {
|
||||
|
||||
interface Flow {
|
||||
icon?: JSX.Element;
|
||||
onClick: (evt: MouseEvent) => void;
|
||||
onClick: (evt: React.MouseEvent) => void;
|
||||
label: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user