mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
Upgrade frontend to React 18 (#3353)
Co-authored-by: Kira Pilot <kira.pilot23@gmail.com>
This commit is contained in:
@ -26,7 +26,7 @@ interface BorderedMenuRowProps {
|
||||
onClick?: () => void
|
||||
}
|
||||
|
||||
export const BorderedMenuRow: FC<BorderedMenuRowProps> = ({
|
||||
export const BorderedMenuRow: FC<React.PropsWithChildren<BorderedMenuRowProps>> = ({
|
||||
active,
|
||||
description,
|
||||
Icon,
|
||||
|
Reference in New Issue
Block a user