1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +00:00

unfreeze sdoc (#6016)

This commit is contained in:
lian
2024-04-11 18:26:48 +08:00
committed by GitHub
parent f7c375b793
commit 52aff8242c
4 changed files with 15 additions and 3 deletions

View File

@@ -280,6 +280,9 @@ class DirentListItem extends React.Component {
case 'Lock':
this.onLockItem();
break;
case 'Unfreeze Document':
this.onUnlockItem();
break;
case 'Freeze Document':
this.onFreezeDocument();
break;