Only add the URI to the record (#4639)
parent
fc2fba0981
commit
e5b9f130a9
|
@ -127,7 +127,7 @@ export function useCreateStarterPackMutation({
|
|||
description,
|
||||
descriptionFacets,
|
||||
list: listRes?.uri,
|
||||
feeds,
|
||||
feeds: feeds?.map(f => ({uri: f.uri})),
|
||||
createdAt: new Date().toISOString(),
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue