mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 13:24:52 +00:00
[group] fix bug when unshare a group repo
This commit is contained in:
@@ -81,7 +81,7 @@ define([
|
||||
this.$tabs.show();
|
||||
this.$table.hide();
|
||||
this.repos.setGroupID(group_id);
|
||||
this.repos.fetch({reset: true});
|
||||
this.repos.fetch({reset: true, data: {from: 'web'}});
|
||||
this.$loadingTip.show();
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user