1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 19:29:56 +00:00

fix code bug

This commit is contained in:
Michael An
2023-09-18 10:20:47 +08:00
parent f278cfd3bb
commit 52f9ae02b1
5 changed files with 12 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ import { seafileAPI } from '../../../utils/seafile-api';
import { Utils } from '../../../utils/utils';
import toaster from '../../toast';
import SharePermissionEditor from '../../select-editor/share-permission-editor';
import { SeahubSelect, NoGroupMessage } from '../common/select';
import { SeahubSelect, NoGroupMessage } from '../../common/select';
class GroupItem extends React.Component {