Skip to content

Commit

Permalink
fix strange TS 4.1 error
Browse files Browse the repository at this point in the history
  • Loading branch information
olmobrutall committed Nov 24, 2020
1 parent 23240e3 commit c8f5aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Signum.React/Scripts/QuickLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export interface QuickLinkGroup {

export interface QuickLinkOptions {
isVisible?: boolean;
text?: () => string; //To delay niceName and avoid exceptions
text?: (nothing?: undefined /*TS 4.1 Bug*/) => string; //To delay niceName and avoid exceptions
order?: number;
icon?: IconProp;
iconColor?: string;
Expand Down

0 comments on commit c8f5aa5

Please sign in to comment.