This commit is contained in:
Tom Moor
2017-11-19 17:12:48 -08:00
parent efb10b4e2a
commit 4c69e3543d
3 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import React from 'react';
import styled from 'styled-components';
type Props = {
onClick: Function,
onClick: (redirect: ?boolean) => *,
disabled?: boolean,
isNew?: boolean,
isSaving?: boolean,