From 1d9664a80410f8ea6a8a4a4a7c3f6acc36a74587 Mon Sep 17 00:00:00 2001 From: Mozafar Date: Tue, 15 Oct 2024 11:50:43 +0100 Subject: [PATCH] fix(sharing-dialog): add 'route' to SharingType type (#1617) --- components/sharing-dialog/types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/sharing-dialog/types/index.d.ts b/components/sharing-dialog/types/index.d.ts index fc26c09471..1cdecbddf6 100644 --- a/components/sharing-dialog/types/index.d.ts +++ b/components/sharing-dialog/types/index.d.ts @@ -54,6 +54,7 @@ type SharingType = | 'programStageWorkingList' | 'relationshipType' | 'report' + | 'route' | 'sqlView' | 'trackedEntityAttribute' | 'trackedEntityFilter'