From b77663a3752467b7be3eff8a765a71330548d8e0 Mon Sep 17 00:00:00 2001 From: Balaji Vijayakumar Date: Tue, 25 Oct 2022 18:14:55 +0530 Subject: refactor: convert Sidebar to typescript (#703) --- src/@types/stores.types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/@types') diff --git a/src/@types/stores.types.ts b/src/@types/stores.types.ts index 6730242c1..30898a8a7 100644 --- a/src/@types/stores.types.ts +++ b/src/@types/stores.types.ts @@ -343,7 +343,7 @@ export interface WorkspacesStore extends TypedStore { create: ({ workspace }) => void; edit: ({ workspace }) => void; saving: boolean; - filterServicesByActiveWorkspace: () => void; + filterServicesByActiveWorkspace: (services: Service[]) => Service[]; isFeatureActive: () => void; isAnyWorkspaceActive: boolean; isSettingsRouteActive: () => void; -- cgit v1.2.3-70-g09d2