From b7a23fff4f3a3e17d1637d72df5a7716ed1d6a82 Mon Sep 17 00:00:00 2001 From: suomiy Date: Wed, 26 Jun 2019 16:10:01 +0200 Subject: [PATCH] fix KebabOption type --- frontend/public/components/utils/kebab.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/public/components/utils/kebab.tsx b/frontend/public/components/utils/kebab.tsx index 22adbc1d554..c47f06c5838 100644 --- a/frontend/public/components/utils/kebab.tsx +++ b/frontend/public/components/utils/kebab.tsx @@ -210,6 +210,7 @@ export class Kebab extends DropdownMixin { } export type KebabOption = { + hidden?: boolean, label: string; href?: string, callback?: () => any; accessReview?: AccessReviewResourceAttributes;