mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +00:00
fix proptype
This commit is contained in:
@@ -6,7 +6,7 @@ import { seafileAPI } from '../../utils/seafile-api';
|
||||
|
||||
const propTypes = {
|
||||
repoID: PropTypes.string.isRequired,
|
||||
onLibDecryptDialog: PropTypes.string.isRequired
|
||||
onLibDecryptDialog: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user