1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

fix library setting dialog highlight tab (#7104)

This commit is contained in:
Michael An
2024-11-26 16:19:27 +08:00
committed by GitHub
parent 6543dd3bb8
commit 90b668258d
3 changed files with 6 additions and 3 deletions

View File

@@ -155,3 +155,5 @@ const LibSettingsDialog = ({ repoID, currentRepoInfo, toggleDialog, tab }) => {
LibSettingsDialog.propTypes = propTypes;
export default LibSettingsDialog;
export { TAB };