From 6a8a134a17c04630508191a66115ebb7a1c46bee Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Tue, 19 Jan 2021 04:51:42 +0100 Subject: [PATCH] Remove unused prop --- libs/remix-ui/file-explorer/src/lib/types/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/remix-ui/file-explorer/src/lib/types/index.ts b/libs/remix-ui/file-explorer/src/lib/types/index.ts index 0fcabc94f3..27bb218336 100644 --- a/libs/remix-ui/file-explorer/src/lib/types/index.ts +++ b/libs/remix-ui/file-explorer/src/lib/types/index.ts @@ -33,7 +33,6 @@ export interface FileExplorerContextMenuProps { deletePath: (path: string) => void, renamePath: (path: string, type: string) => void, hideContextMenu: () => void, - extractParentFromKey?: (key: string) => string, publishToGist?: () => void, runScript?: (path: string) => void, pageX: number,