Skip to content

Commit

Permalink
fix KebabOption type
Browse files Browse the repository at this point in the history
  • Loading branch information
suomiy committed Jun 26, 2019
1 parent 4f68117 commit b7a23ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/public/components/utils/kebab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export class Kebab extends DropdownMixin {
}

export type KebabOption = {
hidden?: boolean,
label: string;
href?: string, callback?: () => any;
accessReview?: AccessReviewResourceAttributes;
Expand Down

0 comments on commit b7a23ff

Please sign in to comment.