We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d1d36 commit aabc7abCopy full SHA for aabc7ab
1 file changed
packages/module/src/InvalidObject/InvalidObject.tsx
@@ -12,7 +12,7 @@ export interface InvalidObjectProps extends React.DetailedHTMLProps<React.HTMLAt
12
13
14
const InvalidObject: React.FunctionComponent<InvalidObjectProps> = ({
15
- toLandingPageUrl = `${window.location.origin}`,
+ toLandingPageUrl = window.location.origin,
16
toLandingPageText = 'Return to homepage'
17
}: InvalidObjectProps) => (
18
<EmptyState variant={EmptyStateVariant.full}>
0 commit comments