diff --git a/src/store/segmentGroups.ts b/src/store/segmentGroups.ts index e3b232adb..1f23cfa0f 100644 --- a/src/store/segmentGroups.ts +++ b/src/store/segmentGroups.ts @@ -430,7 +430,7 @@ export const useSegmentGroupStore = defineStore('segmentGroup', () => { const metadata = getMetadata(segmentGroupID); const segment = getSegment(segmentGroupID, segmentValue); metadata.segments.byValue[segmentValue] = { - ...segment, + ...toRaw(segment), ...segmentUpdate, }; }