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 (#272)
This commit is contained in:
parent
e19056c746
commit
59bf8d9062
|
|
@ -38,7 +38,7 @@ const defaultGroup: GroupEnt = {
|
|||
redirected_source: true,
|
||||
},
|
||||
edges: {
|
||||
storage_policies: [],
|
||||
storage_policies: { id: 1 },
|
||||
},
|
||||
id: 0,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue