Remove unused prop

pull/752/head
ioedeveloper 4 years ago
parent 378e8155b0
commit 6a8a134a17
  1. 1
      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,

Loading…
Cancel
Save