From 59bf8d906284a30c65c5458165efedc521d9dcc1 Mon Sep 17 00:00:00 2001 From: Samler Date: Mon, 30 Jun 2025 19:34:07 +0800 Subject: [PATCH] fix: new user group error in without replication (#272) --- src/component/Admin/Group/NewGroupDIalog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/Admin/Group/NewGroupDIalog.tsx b/src/component/Admin/Group/NewGroupDIalog.tsx index 1f7a88f..56a1cf6 100644 --- a/src/component/Admin/Group/NewGroupDIalog.tsx +++ b/src/component/Admin/Group/NewGroupDIalog.tsx @@ -38,7 +38,7 @@ const defaultGroup: GroupEnt = { redirected_source: true, }, edges: { - storage_policies: [], + storage_policies: { id: 1 }, }, id: 0, };