Skip to content

Commit c6278ef

Browse files
InsaneZeindlabaj
andauthored
Update packages/module/src/InvalidObject/InvalidObject.tsx
Co-authored-by: Donald Labaj <dlabaj@redhat.com>
1 parent 45827e8 commit c6278ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/module/src/InvalidObject/InvalidObject.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ const useStyles = createUseStyles({
2020
})
2121

2222
export interface InvalidObjectProps {
23-
isBeta?: string
23+
/** Indicates if an additional "/beta" string should be added to when navigating back to the home screen. */
24+
isBeta?: boolean
2425
}
2526

2627

0 commit comments

Comments
 (0)