diff options
Diffstat (limited to 'src/containers/Page.tsx')
-rw-r--r-- | src/containers/Page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/Page.tsx b/src/containers/Page.tsx index f6ae814..a7c0964 100644 --- a/src/containers/Page.tsx +++ b/src/containers/Page.tsx @@ -7,7 +7,7 @@ export interface Action extends ButtonProps { } interface Props { - title: string; + title?: string; actions?: Action[]; } |