Only add the URI to the record (#4639)
This commit is contained in:
parent
fc2fba0981
commit
e5b9f130a9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue