mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 00:20:07 +00:00
fix-system-admin-repo-owner-link (#7463)
This commit is contained in:
@@ -17,7 +17,7 @@ function EmptyTip({ className = '', title, text, children }) {
|
||||
EmptyTip.propTypes = {
|
||||
className: PropTypes.string,
|
||||
title: PropTypes.string,
|
||||
text: PropTypes.string,
|
||||
text: PropTypes.any,
|
||||
children: PropTypes.any,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user