Skip to content

Commit 5fd509a

Browse files
authored
Merge pull request #108 from vanderb/master
2 parents 4e0207c + afecf4c commit 5fd509a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/ui/page-header/page-header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { IconSvg } from "~/src/shared/ui";
33
44
type Props = {
55
title?: string;
6-
buttonTitle: string;
6+
buttonTitle?: string;
77
};
88
99
type Emits = {

0 commit comments

Comments
 (0)