Skip to content

Commit

Permalink
use correct type for route page
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Jun 26, 2019
1 parent aa729c1 commit e3f06b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const VirtualMachineTemplates: React.FC<React.ComponentProps<typeof Table>> = (p
/>
);

const VirtualMachineTemplatesPage: React.FC<React.ComponentProps<typeof ListPage>> = (props) => (
const VirtualMachineTemplatesPage = (props: React.ComponentProps<typeof ListPage>) => (
<ListPage
{...props}
title={labelPlural}
Expand Down

0 comments on commit e3f06b9

Please sign in to comment.