Remove unused prop

pull/5370/head
ioedeveloper 4 years ago
parent aec51ae80b
commit f735b828da
  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