mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
fix: new user group error in without replication
This commit is contained in:
parent
ac6f97d9ba
commit
1a8cdadb4f
|
|
@ -38,7 +38,7 @@ const defaultGroup: GroupEnt = {
|
|||
redirected_source: true,
|
||||
},
|
||||
edges: {
|
||||
storage_policies: [],
|
||||
storage_policies: undefined,
|
||||
},
|
||||
id: 0,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue