mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
changed uploader to fetch hidden files
This commit is contained in:
parent
20bb0ec13b
commit
1aff4d5b73
8 changed files with 51 additions and 34 deletions
|
@ -5,7 +5,6 @@ import { INode, IFileWithUUID } from '~/redux/types';
|
|||
interface IProps {
|
||||
data: INode;
|
||||
setData: (val: INode) => void;
|
||||
onUpload: (val: IFileWithUUID[]) => void;
|
||||
}
|
||||
|
||||
const EditorPanel: FC<IProps> = () => <div className={styles.panel} />;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue